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 the use of a DropDownStyle property of a ComboBox control?
Write about the SOAP encoding?
Differentiate between the ComboBox control and the ListBox control?
Compare and contrast in brief the C# and Visual basic.NET?
State what are Collections and Generics?
What do you understand by Common Type System (CTS)?
Distinguish between the .EXE and .DLL files?
Write differences between the while and for loop in C#.
Name the latest features that added in .NET Framework 4.0?
Explain about LinqDataSource control?
18,76,764
1954061 Asked
3,689
Active Tutors
1440021
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!