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 data type and how many types of data types are there in .NET ?
Explain about pixels, points, and em's whenever fonts are exhibited?
Write main difference between classic ADO and ADO.NET?
Briefly describe the term Microsoft Intermediate Language (MSIL)?
Illustrate the term Web User Control?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
List out the difference between the “dynamic” and “var” data types?
State the use of the Select clause and SelectMany() method in LINQ?
Write about the architecture of ADO.NET in brief.
Specify the similarities between a class and a structure.
18,76,764
1947289 Asked
3,689
Active Tutors
1443853
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!