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;
Describe code access security (CAS)?
Briefly describe the term Microsoft Intermediate Language (MSIL)?
State the use of a .disco file?
Illustrate the term Web User Control?
What is the requirement of Copy Web Site?
Explain the role of a DISTINCT clause in the LINQ query?
Explain the use of Windows Installer.
What do you mean by Common Language Specification (CLS)?
How we can populate the dataset before querying the DataSet object by using LINQ to DataSet?
How we can choose the color from a ColorDialog box?
18,76,764
1934552 Asked
3,689
Active Tutors
1444224
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!