Display characters in uppercase in textbox
How one can implement the text box to display characters in the uppercase?
Expert
TextBox class has a CharacterCasing property that is used to identify case of content for the text box. This property allows the value from a CharacterCasing enumeration of the .NET Framework. Members specified in a CharacterCasing enumeration are Normal, Lower and Upper. We can choose any one of the enumerations as the value for a CharacterCasing property of the particular text box, like:
textBox1.CharacterCasing = CharacterCasing.Upper;
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
Distinguish the terms Asp.net and Vb.net?
Specify difference between the asynchronous postback and the synchronous postback?
Briefly describe the TrackBar control.
What is the function of Orientation property in a Menu control?
State the difference between GroupBox and Panel control?
Illustrate the advantages of ASP.Net?
Specify the similarities between a class and a structure.
Write down the core of WPF assemblies?
Write down the benefit of packaging over xcopy in the .NET?
18,76,764
1958074 Asked
3,689
Active Tutors
1445652
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!