TextBox control
Can more than one line be entered in a TextBox control?
Expert
Yes, it is possible to insert more than one line in the TextBox control. For doing this, it is required to set the Multiline property of the TextBox control to “True”. This property can be set at the design time as well as at the runtime.
Syntax to set this property at runtime is as follows:
Textbox1.Multiline = true;
Name the property that is used to check whether a DataReader is closed or opened?
Briefly state the characteristics of the value-type variables which C# programming language supports.
Differentiate between Web server controls and HTML?
How can you send an email message through an ASP.NET Web page?
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
In ASP.Net which namespaces imported automatically by Visual Studio?
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
State some of the different ways in order to pass parameters to the server?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
18,76,764
1940987 Asked
3,689
Active Tutors
1437379
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!