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;
Illustrate the terms User Control as well as Custom Control?
How can height of a combo box drop-down list can be adjusted?
What is AccordionExtender control?
What do you understand by Common Type System (CTS)?
Write the basic difference between ASP and ASP.NET?
How can we check that whether all the validation controls on the Web page are valid and proper?
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Explain the syntax of the “for” loop.
Name the parent class which is used to create all Windows services in .net?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
18,76,764
1940855 Asked
3,689
Active Tutors
1437584
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!