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.
Explain what is the CLI and also if it is same as that of CLR?
Explain the working of cookie less session?
How all items in the CheckedListBox control in .NET 4.0 can be checked/unchecked?
Name the parent class which is used to create all Windows services in .net?
Describe the meaning of Serialization and Deserialization and its utilization?
Differentiate between the HyperLink control and the LinkButton control?
Mention different types of data providers available in .NET Framework.
State the naming conventions essential for XML elements tags?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Name the events that are fired during a page load?
18,76,764
1954375 Asked
3,689
Active Tutors
1424544
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!