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;
What is data type and how many types of data types are there in .NET ?
Write main difference between classic ADO and ADO.NET?
Name the interface that executes the standard query operators in the LINQ?
Describe the endpoint in the WCF service in brief.
Illustrate Hybrid and Community cloud.
Describe the role of new keyword in brief.
What do you understand by the term states in ASP.NET?
Describe about the characteristic of Anonymous type?
Explain briefly the term AutoPostBack?
Explain about the DataContext class and also how it is related to the LINQ?
18,76,764
1940290 Asked
3,689
Active Tutors
1451855
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!