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;
What are the layouts of ASP.NET Pages?
State the role of ScriptManagerProxy control?
Differentiate between int32 and int?
What do you mean by the term XML Infoset?
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
Illustrate Application State in the ASP.NET.
What is connection pooling? And name the pre-requisites used for connection pooling?
Distinguish among Compiler and Interpreter?
Specify the function of CheckState property of the CheckBox control?
Explain the services which UDDI offers to the Web applications.
18,76,764
1938296 Asked
3,689
Active Tutors
1460895
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!