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;
Distinguish between the .EXE and .DLL files?
Write about features that are added in the .NET Framework 4.0.
List different ways of deployment that are supported by .NET.
How do dates, numbers, and currencies in a text box are formatted?
Differentiate MDI form and a standard form?
Describe regarding the Visual basic.NET culture in brief.
Name the events that are fired during a page load?
State classes which are introduced in the System.Numerics namespace.
Explain the ASP.NET AJAX?
Explain types of XML Application Programming Interface (API).
18,76,764
1932634 Asked
3,689
Active Tutors
1432550
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!