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;
State different Visual Basic features which provide support to the LINQ?
Specify what does term “managed” mean within the .NET context?
Specify advantages of the XML schemas over DTD.
List the difference between points, pixels, and em's at the time when fonts are displayed?
Write the name of the method which is used to create a click event of Control class for Button control in C#?
Specify the process of execution for the managed code.
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
Why the data validations should be performed at a client side?
Specify various types of assemblies and explain them.
Explain how exception handling is changed in the .NET Framework 4.0?
18,76,764
1923257 Asked
3,689
Active Tutors
1454412
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!