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;
Distinguish the terms Asp.net and Vb.net?
Write about ADO.NET in brief.
Specify the syntax which is be used to inherit from a class in C#?
Explain the use of Windows Installer.
Explain about DataContext class and how is it associated to LINQ?
Briefly explain about ToolTip control. In what way we can associate it with another control?
Illustrate Application State in the ASP.NET.
Explain about pixels, points, and em's whenever fonts are exhibited?
Explain the term neutral culture?
Briefly describe the tuples?
18,76,764
1957223 Asked
3,689
Active Tutors
1450142
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!