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;
Describe the appSettings Section which contains in a web.config file?
Illustrate types of Session state management options available with ASP.NET?
What is the function of "EnableViewState" property? Why do we require it On or Off?
Write down some of the layout Panels of WPF?
Define the terms Web server controls and Custom user Controls in Asp.net?
Explain the Code Contracts?
Explain, what is an XML schema?
Explain the term neutral culture?
What are the different types of validation controls in Asp.net?
Name the parent class which is used to create all Windows services in .net?
18,76,764
1958911 Asked
3,689
Active Tutors
1415395
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!