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 between read-only and constants variables which is used in the programs?
Illustrate the term event bubbling?
Write the name of the class that manages event and layout of every ToolStrip elements?
How one can retrieve the customized properties of the .NET application from a XML .config file?
State the syntax used to declare the namespace in .NET?
Illustrate how do you create a Cookie?
What is connection pooling? And name the pre-requisites used for connection pooling?
Specify the similarities between a class and a structure.
Illustrate how to manage state in ASP.Net?
Describe in brief regarding the Visual basic.NET culture?
18,76,764
1939048 Asked
3,689
Active Tutors
1416378
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!