In a textbox, the text needs to be displayed as Camel-cased

Camel-case is where the first letter of every word is capitalized. Eg, How Are You? This can be done using the text-transform style as follows:


<asp:TextBox runat="server" style="text-transform: Capitalize;"/>