Display characters in uppercase in textbox
How one can implement the text box to display characters in the uppercase?
Expert
TextBox class has a CharacterCasing property that is used to identify case of content for the text box. This property allows the value from a CharacterCasing enumeration of the .NET Framework. Members specified in a CharacterCasing enumeration are Normal, Lower and Upper. We can choose any one of the enumerations as the value for a CharacterCasing property of the particular text box, like:
textBox1.CharacterCasing = CharacterCasing.Upper;
State the difference between a class and a structure?
What does a break statement do in the switch statement?
Specify the syntax which is be used to inherit from a class in C#?
Name the classes that are supported to make the XML DOM?
Illustrate the meaning of data encapsulation?
How a color is picked from the ColorDialog box?
Describe in brief regarding the Visual basic.NET culture?
Explain about the Native Image Generator?
Illustrate the reason in brief why WPF is used?
Explain about standard query operators in LINQ?
18,76,764
1952051 Asked
3,689
Active Tutors
1440556
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!