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.
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Specify the operating systems over which the .NET Framework runs upon?
Illustrate the term event bubbling?
Briefly describe the term Microsoft Intermediate Language (MSIL)?
Define Query String? Explain its advantages and disadvantages?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
Write the syntax to declare the namespace in the .NET and in VB?
Explain different types of generations in a garbage collector?
Explain the working of cookie less session?
Whether XCOPY copies the system files and the hidden files or not.
18,76,764
1926396 Asked
3,689
Active Tutors
1450422
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!