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;
In what way we can enable the text box to modify its characters format for a user to enter the password?
In which statement we can execute LINQ query?
Explain the function of a CustomValidator control?
Differentiate between Web server controls and HTML?
What is Custom Activities?
Illustrate the terms SESSION as well as APPLICATION object?
Explain about pixels, points, and em's whenever fonts are exhibited?
How do dates, numbers, and currencies in a text box are formatted?
Write down the ToolTipService timing properties in the WPF?
Write down the three main points in WCF?
18,76,764
1928640 Asked
3,689
Active Tutors
1433018
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!