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?

E

Expert

Verified

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. 

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.