asp.net.ph

ListItemCollection.Remove Method ( ListItem )

System.Web.UI.WebControls Namespace   ListItemCollection Class


Removes the specified ListItem from the collection.

[ VB ]
Overloads Public Sub Remove ( _
   ByVal item As ListItem _
)

[ C# ]
public void Remove (
   ListItem item
);

[ C++ ]
public: void Remove (
   ListItem* item
);

[ JScript ]
public function Remove (
   item : ListItem
);

Parameters

item
The ListItem to remove from the collection.

Remarks

Use the Remove method to remove a ListItem from the collection. This implementation of the method takes the ListItem specified by the item parameter and removes it from the collection.

See Also

ListItemCollection Members   ListItemCollection.Remove Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note