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.
State the method which can be used to impose Garbage collection in .NET?
Briefly describe about variable.
What is Class?
Define .NET Framework?
Write major difference between function and sub-procedure?
What does it signify to state ‘the canonical’ form of the XML?
Write down in brief the various types of Triggers in the WPF?
What are HTTP handlers in ASP.NET?
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
18,76,764
1930491 Asked
3,689
Active Tutors
1459218
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!