Convert Text to Uppercase while typing in Text box

前端 未结 7 1754
我寻月下人不归
我寻月下人不归 2020-12-14 18:04

I am new in Visual Studio and using visual Studio 2008. In a project I want to make all text in uppercase while typed by the user without pressing shift key or caps lock on.

7条回答
  •  既然无缘
    2020-12-14 18:14

    set your CssClass property in textbox1 to "cupper", then in page content create new css class :

    
    

    Then, enjoy it ...

提交回复
热议问题