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;
Differentiate between the HtmlInputRadioButton or HtmlInputCheckBox control?
Illustrate the terms Authorization as well as Authentication?
State some of the use of ScriptManager control in the AJAX?
Briefly explain about identifier.
Describe about the characteristic of Anonymous type?
What do you mean by Common Language Specification (CLS)?
Can I employ Windows Forms in the WPF application? Give reasons.
Explain, what is Connection Pooling?
Explain what is meant by Procedure oriented language?
Write down the three main points in WCF?
18,76,764
1923310 Asked
3,689
Active Tutors
1454939
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!