TextBox control
Can more than one line be entered in a TextBox control?
Expert
Yes, it is possible to insert more than one line in the TextBox control. For doing this, it is required to set the Multiline property of the TextBox control to “True”. This property can be set at the design time as well as at the runtime.
Syntax to set this property at runtime is as follows:
Textbox1.Multiline = true;
Explain how would you implement the inheritance by using VB.NET/C#?
What is the EventLog class?
Write the difference between server-side validations and client-side in Web pages?
Can a private class be declared in a namespace?
Describe code contracts?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
How can height of a combo box drop-down list can be adjusted?
Write down the various open source tool accessible for the VB.NET?
Explain about standard query operators in LINQ?
Explain the term Cloud Computing?
18,76,764
1932530 Asked
3,689
Active Tutors
1436493
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!