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;
What are Binders ?
How can height of a combo box drop-down list can be adjusted?
Write the basic difference between ASP and ASP.NET?
Describe the concept of Bookmarks in WF 4.0.
How to access information about a user's locale?
Illustrate the terms Persistent cookie as well as Session cookie?
Explain about standard query operators in LINQ?
Explain Custom User Controls in the ASP.NET?
List the types of generations there are in a garbage collector?
Name the classes that are supported to make the XML DOM?
18,76,764
1948299 Asked
3,689
Active Tutors
1424601
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!