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;
Difference between read-only variables and constants which are used in programs?
What do you understand by the term ASP.NET Web Forms?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
What do you mean by XBAP? Describe in brief.
Explain State Management? List the ways to maintain the state in .NET?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
How we can dynamically add the user controls to the page?
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
Differentiate between Assembly and NameSpace?
18,76,764
1946069 Asked
3,689
Active Tutors
1421849
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!