Single line in TextBox control
Can we enter more than single line in the TextBox control?
Expert
Yes, we can enter more than single line in a TextBox control by setting the Multiline property of a TextBox control to True. We can set the property during design time also at runtime.
Syntax to set this property during runtime is shown below:
Textbox1.Multiline = true;
State various controls of ASP.NET AJAX?
Explain the use of Role-based security?
What is meant by DLR (Dynamic Language Runtime)?
Distinguish the term Classic ASP as well as ASP.Net?
What Global.asax file includes in event handlers?
Briefly describe key-based dependency and file-based dependency?
What we can do to allot page specific attributes in the ASP.NET application?
Define Web server controls as well as HTML?
Write the difference between unmanaged and managed code?
What is meant by Delegate?
18,76,764
1941911 Asked
3,689
Active Tutors
1447631
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!