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;
Which classes are used to handle standard menu in the MenuStrip control.
State the use of DropDownStyle property of the ComboBox control?
Describe the term Cloud?
List the various techniques to authenticate the user in ASP.NET?
What is WSDL?
Explain how exception handling is changed in the .NET Framework 4.0?
List the types of Cookies that are available in ASP.NET?
List the types of data types that are present in .NET?
What are Binders ?
Write the syntax to declare the namespace in the .NET and in VB?
18,76,764
1922536 Asked
3,689
Active Tutors
1434222
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!