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;
List the different ways to send the data across pages in the ASP.NET?
Explain the use of a CommandBuilder class?
Describe code contracts?
Name the three states which are set in a CheckState property of the CheckBox?
What do you mean by the term WPF?
By which method we can post a Web page to another Web page?
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Specify some of the difference between system workflow and human workflow?
What is meant by the term Assembly?
18,76,764
1960388 Asked
3,689
Active Tutors
1432552
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!