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;
Write about the SOAP encoding?
Name the events which occur when the client requests the ASP.NET page from IIS server?
Explain the Code Contracts?
What is meant by the Managed Extensibility Framework?
What is the use of Global.asax file?
What is the concept of CAS?
What are the various ideas given by delegate? Describe in brief.
Write the difference between server-side validations and client-side in Web pages?
State the method which can be used to impose Garbage collection in .NET?
Describe DataReader object?
18,76,764
1938811 Asked
3,689
Active Tutors
1434358
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!