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;
Describe the various types of work flow?
What do you mean by the term WPF?
Illustrate the terms User Control as well as Custom Control?
Write the difference between the Procedural and Object-oriented programming?
Describe the role of the DataSet object in the ADO.NET?
List the classes which are introduced in the System.Numerics namespace?
Write the control which exposes LINQ features to the Web developers through ASP.NET data-source control architecture.
In what way we can disable a context menu for the TextBox control?
What do you understand by the term states in ASP.NET?
Specify the various improvements made in the CAS in .NET 4.0?
18,76,764
1958226 Asked
3,689
Active Tutors
1416538
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!