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;
Mention different types of data providers available in .NET Framework.
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
Explain about pixels, points, and em's whenever fonts are exhibited?
Explain the use of <sessionState> tag in a web.config file?
Explain, what is Connection Pooling?
State some of the different ways in order to pass parameters to the server?
What is a behavior of the Web browser when it receives the invalid element?
Briefly describe the tuples?
Explain WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
Differentiate between the methods Clone() and Copy() of a DataSet class?
18,76,764
1959618 Asked
3,689
Active Tutors
1442577
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!