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;
Define constant and variable.
What do you mean by Common Language Specification (CLS)?
Differentiate between the methods Clone() and Copy() of a DataSet class?
Compare and contrast in brief the C# and Visual basic.NET?
Illustrate types of Session state management options available with ASP.NET?
Write down in brief the various types of Triggers in the WPF?
Name the events that are fired during a page load?
Write the syntax of the for loop in C# code?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
18,76,764
1940403 Asked
3,689
Active Tutors
1412992
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!