I have to display the text as an upper case in the asp text box, even if the user caps lock is on or not - Is there some property or method I can use? I have to submit the database in any way. I am converting the text using the method to make up, but I have been asked to display it in the upper case since I was typing first.
Any help would be greatly appreciated
Abhi
Use CSS for this
#idOfyourTextbox { Conversion: uppercase; }
which is the uppercase;)
Comments
Post a Comment