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;
In the vb.net, explain how to connect the crystal report?
Write down the benefits of Hosting WCF in IIS?
Explain the purpose of the JIT compiler in .NET Framework?
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
What is meant by DLR (Dynamic Language Runtime)?
How we can prevent validation control from validating data at client end?
Describe the term Address, Binding and contract for WCF Service?
Differentiate between int32 and int?
Describe four workflow principles?
List the services which are offered by the Window Azure operating system?
18,76,764
1951664 Asked
3,689
Active Tutors
1459990
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!