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;
What is .NET Framework? Specify its applications?
How we can decide whether we should deploy application or publish application?
What are HTTP handlers in ASP.NET?
Explain what would you do to get rid of Microsoft visual basic name space?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
List the types of generations there are in a garbage collector?
Write the syntax of the while loop in the C# program.
Differentiate between SqlClient and OLEDB Provider?
18,76,764
1936981 Asked
3,689
Active Tutors
1444195
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!