Differentiate RichTextBox and TextBox control
Write the main difference between a RichTextBox and TextBox control.
Expert
RichTextBox control is same TextBox control but it is slightly different that it allows a user to format its text also. We can format text in different ways, like bold, italic, and underlined as well as modify its color and font. We could save our RichTextBox value to the RTF (Rich Text Format) file and can load value of RTF file to a RichTextBox control.
TextBox control is the input control that allows the user to enter text to the application during runtime. By default, it permits only single line text; though, we can change its property to accept a multiline text as well as the scroll bar also.
Name the latest features that added in .NET Framework 4.0?
Explain the use of App_Code folder in ASP.NET?
Explain Lazy Initialization?
Illustrate the term Marshalling?
How an ellipse is created, which is non- rectangular window?
By how many ways you can instantiate a tuple?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
Differentiate MDI form and a standard form?
Explain the various Visual Basic features which support LINQ?
Explain the requirement of Timer control in the AJAX.
18,76,764
1959368 Asked
3,689
Active Tutors
1420535
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!