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;
Explain briefly the term AutoPostBack?
Write the difference between a toolstrip split button and a toolstrip drop-down button ?
Why the data validations should be performed at a client side?
What is meant by the Cloud Service?
State the difference between System.StringBuilder and System.String classes?
Write down the code for selecting an item in ListView control programmatically in the C#?
Why there is a requirement of user-defined controls?
In what way we can display the icon during runtime on a StatusStrip control?
Write main difference between classic ADO and ADO.NET?
State different ways through which a method can be overloaded?
18,76,764
1947345 Asked
3,689
Active Tutors
1420296
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!