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.
How we can prevent validation control from validating data at client end?
How a condition can be implemented in the workflow?
State the properties in C# and the advantages that are obtained by using them in programs.
By which method we can add or remove rows from a DataTable object of DataSet?
Specify what does term “managed” mean within the .NET context?
Explain the MSIL(Microsoft Intermediate Language) ?
Is it possible to validate a DropDownList by RequiredFieldValidator?
State various limitations of the AJAX.
Distinguish among a Thread and a Process?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
18,76,764
1947310 Asked
3,689
Active Tutors
1447853
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!