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;
State the components of WF 4.0?
Illustrate what do you mean by Asp.net Web form?
What do you understand by the JSON?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Describe memory-mapped files?
Compare and contrast in brief the C# and Visual basic.NET?
Describe the term Address, Binding and contract for WCF Service?
Briefly explain about PLINQ?
18,76,764
1947498 Asked
3,689
Active Tutors
1426470
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!