Text box to show characters in uppercase
How can a text box be enforced to show characters in the uppercase?
Expert
TextBox class holds the CharacterCasing property that is used for specifing the case of the content for a text box. This property takes a value from the CharacterCasing enumeration of .NET Framework. Members defined in the CharacterCasing enumeration are Upper, Lower, and Normal. Any one of these enumerations can be selected as a value for the CharacterCasing property of a indicated text box, as shown in the given code: textBox1.CharacterCasing = CharacterCasing.Upper;
Explain MaskedTextBox control? And also explain the function of Mask property?
Explain the use of <sessionState> tag in a web.config file?
Write down a feature that is common to all the .NET languages?
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
By what way we can display a default value in a text box of the input box?
Describe managed extensibility framework?
Write main difference between classic ADO and ADO.NET?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Name the namespaces that necessary to produce the localized application?
Write down the command which is used to run a batch?
18,76,764
1942826 Asked
3,689
Active Tutors
1429501
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!