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;
Illustrate how to manage state in ASP.Net?
Write few characteristics of ADO.NET Entity Framework 4.0.
In what way we can disable a context menu for the TextBox control?
List out the difference between the “dynamic” and “var” data types?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Explain what is meant by Procedure oriented language?
Write the syntax to declare the namespace in the .NET and in VB?
Write down some of the benefits of hosting WCF service in the WAS?
State the difference between a ContextMenuStrip control and a MenuStrip control?
Differentiate between the Finalize() and Dispose()?
18,76,764
1944385 Asked
3,689
Active Tutors
1451937
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!