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;
Explain keywords by giving example.
Write down the various open source tool accessible for the VB.NET?
Explain Custom User Controls in the ASP.NET?
State the relationship between Class and an Object?
Briefly describe about keywords also give example.
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Describe the appSettings Section which contains in a web.config file?
Explain the use of Windows Installer.
Distinguish between toolstrip drop-down button and toolstrip split button?
Specify some of the situations in which AJAX cannot be used.
18,76,764
1954496 Asked
3,689
Active Tutors
1420547
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!