Removes the specified System.Web.UI.WebControls.ListItem from the collection.
- item
- The System.Web.UI.WebControls.ListItem to remove from the collection.
Use the ListItemCollection.Remove(string) method to remove a System.Web.UI.WebControls.ListItem from the collection. This implementation of the method takes the System.Web.UI.WebControls.ListItem specified by the item parameter and removes it from the collection.