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;
By what way we can recognize that the page is PostBack?
What do you mean by the term non_deterministic finalization?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
How we can decide whether we should deploy application or publish application?
List the types of data types that are present in .NET?
Differentiate between the default skin and the named skin?
By which method we can sign out from the forms authentication?
Write the main difference between a RichTextBox and TextBox control.
Differentiate between the methods Clone() and Copy() of a DataSet class?
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
18,76,764
1953613 Asked
3,689
Active Tutors
1437777
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!