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 is meant by the Runtime services?
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
Specify advantages of the XML schemas over DTD.
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
Write down a feature that is common to all the .NET languages?
What is the function of Orientation property in a Menu control?
How can height of a combo box drop-down list can be adjusted?
Explain about the XML elements.
Write the difference between unmanaged and managed code?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
18,76,764
1923565 Asked
3,689
Active Tutors
1453282
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!