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;
Write the main difference between UnBoxing and boxing.
Name the methods of DataView class?
How to make a windows desktop application using visual studio 2010 ultimate?
Which of the following steps involves Assembly execution? a Evidences are gathered about assembly. b Depending on the gathered evidences, the assembly is assigned to a code group. c Security rights are allocated to the assembly, depending on the code group. d Assembly runs as p
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Explain DataReader object?
Describe code contracts?
Write a major difference between a RadioButton control and a CheckBox control?
Define constant and variable.
Explain the characteristics of the value-type variables which are supported in a C# programming language.
18,76,764
1922904 Asked
3,689
Active Tutors
1426174
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!