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 down the benefit of packaging over xcopy in the .NET?
State the purpose of DataView?
Specify the tools which can be used to develop the .NET applications?
Explain how exception handling is changed in the .NET Framework 4.0?
What is meant by the Managed Extensibility Framework?
Describe the role of the DataSet object in the ADO.NET?
Write the syntax of the while loop in the C# program.
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
Differentiate between publishing and deploying an application?
18,76,764
1946509 Asked
3,689
Active Tutors
1427232
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!