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.
Differentiate between Assembly and NameSpace?
What is meant by the Managed Extensibility Framework?
Explain the code-behind feature of ASP.NET?
Write down the ToolTipService timing properties in the WPF?
How we can populate the dataset before querying the DataSet object by using LINQ to DataSet?
Define Query String? Explain its advantages and disadvantages?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Why the data validations should be performed at a client side?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
Which method is used in .NET to enforce garbage collection?
18,76,764
1942398 Asked
3,689
Active Tutors
1434154
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!