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;
Explain Custom User Controls in the ASP.NET?
How can a text box be enforced to show characters in the uppercase?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
State the concept of constructor?
State the characteristics of the reference-type variables which is supported in the C# programming language.
Write about the architecture of ADO.NET in brief.
Illustrate Windows Workflow Foundation (WF).
State how the changes made to the DataSet object are identified since it was last loaded?
What is Class?
Explain the XmlWriter class.
18,76,764
1953441 Asked
3,689
Active Tutors
1427870
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!