Camel-Casing TextBox Text
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;"/>
Posted by Vijay on 28-Sep-2009 05:12 PM
Category : Javascript
Category : Javascript
Commented by
Madhanlal JM at 10-Aug-2010 09:14 AM
Nice tweaking..


