asp.net.ph

ListItemCollection.Remove Method (String)

System.Web.UI.WebControls Namespace   ListItemCollection Class


Removes a ListItem that represents the specified string from the collection.

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

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

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

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

Parameters

item
A String that represents the item to remove from the collection.

Remarks

Use the Remove method to remove a ListItem from the collection. This implementation of the method creates a ListItem to represent the text specified by the item parameter. This ListItem is then removed from the collection.

See Also

ListItemCollection Members   ListItemCollection.Remove Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph