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.
**/*Css Class*/** .upCase { text-transform: uppercase; }