Single line in TextBox control
Can we enter more than single line in the TextBox control?
Expert
Yes, we can enter more than single line in a TextBox control by setting the Multiline property of a TextBox control to True. We can set the property during design time also at runtime.
Syntax to set this property during runtime is shown below:
Textbox1.Multiline = true;
List the basic characteristics of the Cloud computing?
Explain an identifier in detail?
Describe about the characteristic of Anonymous type?
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
Illustrate the terms User Control as well as Custom Control?
Write differences between the while and for loop in C#.
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Differentiate between a ContextMenuStrip control and a MenuStrip control?
What is WSDL?
18,76,764
1961460 Asked
3,689
Active Tutors
1452267
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!