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;
List out the different components of an assembly.
Differentiate between int32 and int?
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
How can CAS be turn-on and turn-off?
List the basic characteristics of the Cloud computing?
Explain the ToolTip control and how it can be associated with the other controls?
Elucidate Master Pages in ASP.NET?
Explain, what is Connection Pooling?
State various limitations of the AJAX.
Explain about standard query operators in LINQ?
18,76,764
1940624 Asked
3,689
Active Tutors
1416464
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!