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;
List the types of generations there are in a garbage collector?
Differentiate between authorization and authentication?
Differentiate between SQL invalidation and SQL notification?
Describe the role of the DataSet object in the ADO.NET?
What is Memory-Mapped Files?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
Explain how does an MDI form differ from a standard form?
Describe the relationship between an object and the class?
By which method we can add or remove rows from a DataTable object of DataSet?
What is the function of DialogResult property of the Button control?
18,76,764
1948693 Asked
3,689
Active Tutors
1457455
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!