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;
By what way we can display a default value in a text box of the input box?
How one can retrieve the customized properties of the .NET application from a XML .config file?
Specify the operating systems over which the .NET Framework runs upon?
Write down the various open source tool accessible for the VB.NET?
What do you understand by the term ASP.NET Web Forms?
Write down in brief the various types of Triggers in the WPF?
State the different ways by which a method can be overloaded?
Explain about pixels, points, and em's whenever fonts are exhibited?
Specify some of the situations in which AJAX cannot be used.
Name the class which is inherited when the ASP.NET server control is added to the Web form?
18,76,764
1960760 Asked
3,689
Active Tutors
1412182
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!