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;
Name the events that are fired during a page load?
Specify the similarities between a class and a structure.
Name the classes that are supported to make the XML DOM?
Explain, what is an XML schema?
Explain the ToolTip control and how it can be associated with the other controls?
What do you understand by the term states in ASP.NET?
In what way we can auto size the button to fit the text?
How submaster page is differ from the top-level master page?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
What is web.config file?
18,76,764
1945883 Asked
3,689
Active Tutors
1445744
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!