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;
Specify the syntax which is be used to inherit from a class in C#?
Explain why does an organization needs to manage the workloads?
What Global.asax file includes in event handlers?
Briefly describe key-based dependency and file-based dependency?
Describe the appSettings Section which contains in a web.config file?
Explain the benefits of using the ADO.NET in .NET 4.0?
Explain about object-oriented programming (OOP)?
Describe memory-mapped files?
How can a text box be enforced to show characters in the uppercase?
Describe the relationship between an object and the class?
18,76,764
1926705 Asked
3,689
Active Tutors
1420253
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!