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 two new properties that are further added in an ASP.NET 4.0 Page class?
What do you mean by the term non_deterministic finalization?
Name the method that offers a functionality to display the dialog box during runtime?
List the different ways to send the data across pages in the ASP.NET?
Write down the code for selecting an item in ListView control programmatically in the C#?
Briefly describe the TrackBar control.
Illustrate four common properties of all validation controls?
Specify the function of CheckState property of the CheckBox control?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Differentiate between sliding-time expiration and absolute expiration?
18,76,764
1946886 Asked
3,689
Active Tutors
1425205
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!