Single line in TextBox control
Can we enter more than single line in the TextBox control?
Expert
Yes, we can enter more than single line in a TextBox control by setting the Multiline property of a TextBox control to True. We can set the property during design time also at runtime.
Syntax to set this property during runtime is shown below:
Textbox1.Multiline = true;
Write differences between Int32 and Int.
Write the difference between server-side validations and client-side in Web pages?
State the use of the Panel control? Does it is displayed at the runtime.
Explain the use of <sessionState> tag in a web.config file?
Explain the use of Copy Project command?
Briefly describe about the XML elements.
What do you mean by the term MISL CODE? Describe in brief.
Specify difference between the asynchronous postback and the synchronous postback?
Differentiate between the HtmlInputRadioButton or HtmlInputCheckBox control?
Name the data type which the RangeValidator control supports?
18,76,764
1942341 Asked
3,689
Active Tutors
1445320
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!