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;
When.NET was developed?
Explain briefly about Object Relational Designer (0/R Designer)?
What is the function of "EnableViewState" property? Why do we require it On or Off?
Explain the several methods required by the DataSet object for generating the XML?
Write about the Dynamic update?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
Specify some of the difference between system workflow and human workflow?
What is Object?
By which command we can turn-off and turn-on CAS?
18,76,764
1948701 Asked
3,689
Active Tutors
1414877
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!