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;
Elucidate the term Windows authentication?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
State some of the use of ScriptManager control in the AJAX?
What do you mean by Proxy and how to produce proxy for WCF Services?
Illustrate some of the points regarding CustomControls in WPF?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
How can we check that whether all the validation controls on the Web page are valid and proper?
Differentiate between the Finalize() and Dispose()?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
18,76,764
1952148 Asked
3,689
Active Tutors
1436245
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!