methods to add-delete items from ListBox control
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Expert
Items.Add() and Items.Insert() methods are used to add items; while, Items.Clear(), Items.Remove() and Items.RemoveAt() methods are used to delete items from a ListBox control.
Write the main difference between a RichTextBox and TextBox control.
How a complex number can be instantiated?
What is meant by the Runtime services?
How one can retrieve the customized properties of the .NET application from a XML .config file?
Explain the MSIL(Microsoft Intermediate Language) ?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Differentiate the terms dynamic and var data types?
What is meant by the DTD?
In what way we can deploy the ASP.NET Web application?
By what way we can recognize that the page is PostBack?
18,76,764
1954105 Asked
3,689
Active Tutors
1419059
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!