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;
Briefly describe deployment?
How can you avoid a class from overriding in C# and Visual Basic?
Specify the operating systems over which the .NET Framework runs upon?
Explain the function of a CustomValidator control?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
Distinguish between read-only and constants variables which is used in the programs?
Write three general properties of every validation controls?
Elucidate the term Windows authentication?
State different ways through which a method can be overloaded?
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
18,76,764
1959785 Asked
3,689
Active Tutors
1457730
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!