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 are the enrichment in the ClickOnce deployment in the .NET 4.0?
Explain briefly about server-side comments and also write its syntax?
Explain Windows services?
Briefly describe about data type?
Why the data validations should be performed at a client side?
Distinguish between Boxing and Unboxing.
Name the property that is used to check whether a DataReader is closed or opened?
What can be inferred from the term Methods?
Briefly describe about XSLT?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
18,76,764
1935713 Asked
3,689
Active Tutors
1449945
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!