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;
Describe the features of Chart control.
How can we check that whether all the validation controls on the Web page are valid and proper?
Describe code access security (CAS)?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
Name the interface that executes the standard query operators in the LINQ?
What are the layouts of ASP.NET Pages?
What is meant by Delegate?
Briefly explain the term ExpandoObject?
Explain the use of a toolstrip container?
Write major difference between function and sub-procedure?
18,76,764
1934080 Asked
3,689
Active Tutors
1436672
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!