Text box to show characters in uppercase
How can a text box be enforced to show characters in the uppercase?
Expert
TextBox class holds the CharacterCasing property that is used for specifing the case of the content for a text box. This property takes a value from the CharacterCasing enumeration of .NET Framework. Members defined in the CharacterCasing enumeration are Upper, Lower, and Normal. Any one of these enumerations can be selected as a value for the CharacterCasing property of a indicated text box, as shown in the given code: textBox1.CharacterCasing = CharacterCasing.Upper;
Why Windows Installer is used?
Explain the difference between the global theme and the page theme?
What do you mean by the term base class of .net?
What data type does the Range Validator control support?
State the difference between Managed and Unmanaged Code?
Describe regarding the Visual basic.NET culture in brief.
Describe the term Address, Binding and contract for WCF Service?
Illustrate what do you mean by Asp.net Web form?
Briefly describe the function of a CheckState property of a CheckBox control?
By which method we can post a Web page to another Web page?
18,76,764
1922661 Asked
3,689
Active Tutors
1440167
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!