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;
Two catch blocks can be executed or not?
Write the major differences between the classic ADO and ADO.NET?
Write the basic difference between ASP and ASP.NET?
What is the function of Orientation property in a Menu control?
What is meant by the term Assembly?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Write down the core of WPF assemblies?
Define the term “Array”.
List the types of data types that are present in .NET?
What is AdRotator Control?
18,76,764
1944868 Asked
3,689
Active Tutors
1439524
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!