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.
set your CssClass property in textbox1 to "cupper", then in page content create new css class :
Then, enjoy it ...