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;
What do you understand by the JSON?
Explain the chief built-in objects in the ASP.NET?
Describe in brief regarding the Visual basic.NET?
Explain the use of Copy Project command?
Describe the differences between the Server-side and Client-side code?
Illustrate the term Namespace also its uses?
What is the way to identify that a Page is Post Back?
List the usages of the Command object in ADO.NET?
Explain the term multilingual Web site?
Illustrate some of the points regarding CustomControls in WPF?
18,76,764
1923975 Asked
3,689
Active Tutors
1413802
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!