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;
State the purpose of DataView?
What is meant by the Object Pooling?
How to ensure that no one has interfered with ViewState in the Web page?
Explain the requirement of Timer control in the AJAX.
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
Explain different implementations of the LINQ?
Write the syntax of the while loop in the C# program.
Illustrate the terms SESSION as well as APPLICATION object?
Specify various states of the XMLHttpRequest along with their description.
What does it signify to state ‘the canonical’ form of the XML?
18,76,764
1950574 Asked
3,689
Active Tutors
1456967
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!