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 down a feature that is common to all the .NET languages?
Why the UpdateProgress control is used in the AJAX?
State the major difference between the sub-procedure and function?
Write about the architecture of ADO.NET in brief.
Write the difference between the Literal control and Label control?
Illustrate the Session state in the ASP.NET.
List the types of generations there are in a garbage collector?
Describe the features of Chart control.
Differentiate between the ComboBox control and the ListBox control?
How can you avoid a class from overriding in C# and Visual Basic?
18,76,764
1938478 Asked
3,689
Active Tutors
1432776
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!