Sunday, October 19, 2008

Force TextBox Values to Capital Letters whatever user types in ASP.NET

Create a css class with the following definition and apply the cssclass to the Textbox.
.MakeCapsStyle{text-transform: uppercase;}

1 comment: