Saturday, May 23, 2009

Uppercase textbox in asp.net

In vb.net you have a property on the TextBox itself while on asp.net you should use a javascript function or a maskeditextender from ajax....
but the css style can do your work with 1 line of code.
Simple,fast,clear :





and your css :

.UpperCase{text-transform:uppercase;}

No comments:

Post a Comment