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.
Write the name of the parent class of a Web server control?
Describe the naming conventions that are necessary for XML elements tags?
Explain Windows services?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
Illustrate the difference between the const and readonly?
Explain briefly about server-side comments and also write its syntax?
Explain the use of a toolstrip container?
Illustrate the meaning of data encapsulation?
In what way we can display the icon during runtime on a StatusStrip control?
18,76,764
1938899 Asked
3,689
Active Tutors
1459335
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!