Chage the lowercase into uppercase
-
Hi All, How to make a code to enter the text in the text box should be uppercase? If the user enter lowercase.. it should be displayed in the textbox as uppercase? Pls suggest me with sample code in vb.net thanks Paul
Use ToUpper() Function in Key Press event "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
-
Use ToUpper() Function in Key Press event "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
-
-
You can't use ASP.NET to change the input as the user writes it, only to change it once it's posted to the server. You have to use Javascript to change the text in the textbox. --- b { font-weight: normal; }
-
pls give any sample code. I think using textbox.attributes will help for this(i don't know exactly) thanks paul -- modified at 4:32 Tuesday 18th April, 2006