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 do you understand by the term states in ASP.NET?
State different types of literals?
Can I employ Windows Forms in the WPF application? Give reasons.
Explain the term Metadata?
Name the latest features of the ADO.NET Entity Framework 4.0?
What is the difference between HTTP-Post and HTTP-Get?
Describe DataReader object?
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
Write down the benefits of Hosting WCF in IIS?
List the binders that are provided by .NET Framework 4.0?
18,76,764
1950174 Asked
3,689
Active Tutors
1448666
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!