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;
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
State the naming conventions essential for XML elements tags?
Name the method that offers a functionality to display the dialog box during runtime?
List the various techniques to authenticate the user in ASP.NET?
How can CAS be turn-on and turn-off?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
What is the role of the DynamicPopulateExtender control?
Briefly explain ADO.NET and its features?
Illustrate Application State in the ASP.NET.
Distinguish the term Classic ASP as well as ASP.Net?
18,76,764
1950392 Asked
3,689
Active Tutors
1461311
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!