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.
Why XMLHttpRequest object is used in the AJAX?
In what way we can auto size the button to fit the text?
Write a major difference between a RadioButton control and a CheckBox control?
State various implementations of the LINQ?
By which method we can add or remove rows from a DataTable object of DataSet?
What is the duration for items stored in the ViewState?
Explain briefly the term AutoPostBack?
Distinguish among Compiler and Interpreter?
Describe in brief regarding the visual basic?
Explain the function of a CustomValidator control?
18,76,764
1960382 Asked
3,689
Active Tutors
1429738
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!