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;
Differentiate Skip and Take clauses?
Illustrate four common properties of all validation controls?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
What are the methods by which we can instantiate a complex number?
What we can do to allot page specific attributes in the ASP.NET application?
What is meant by DLR (Dynamic Language Runtime)?
Describe Common Language Specification (CLS)?
Describe about the characteristic of Anonymous type?
Which method is used to kill explicitly the users session?
Describe the differences between the Server-side and Client-side code?
18,76,764
1933712 Asked
3,689
Active Tutors
1416948
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!