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;
By how many ways you can instantiate a tuple?
Web form belongs to which class in a .NET Framework class hierarchy?
Write down the benefit of packaging over xcopy in the .NET?
State various controls of ASP.NET AJAX?
Explain about the DataContext class and also how it is related to the LINQ?
Illustrate the term lazy initialization?
Explain the use of <sessionState> tag in a web.config file?
Write the name of the method which is used to create a click event of Control class for Button control in C#?
State the difference between a class and a structure?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
18,76,764
1934195 Asked
3,689
Active Tutors
1453045
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!