Is there a way to capitalize the first letters of a name when inputting it into the textbox?
For example, when one types john doe, the textbox should display John Doe.
I know it can be done in the c# code but just wondering if there is an easier way through attributes or regex.