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;
State some of the different ways in order to pass parameters to the server?
Explain State Management? List the ways to maintain the state in .NET?
What do you mean by the term ALE? Describe the functions of ALE in 8085?
Difference between read-only variables and constants which are used in programs?
Explain the use of Role-based security?
State different types of data providers existing in .NET Framework?
Write few characteristics of ADO.NET Entity Framework 4.0.
Briefly describe the tuples?
In what way we can enable the text box to modify its characters format for a user to enter the password?
What are the steps involve in Assembly execution?
18,76,764
1948858 Asked
3,689
Active Tutors
1459772
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!