System.Web.UI.WebControls Namespace ListItemCollection Class
Appends the specified ListItem to the end of the collection.
[ VB ] Overloads Public Sub Add ( _ ByVal item As ListItem _ ) [ C# ] public void Add ( ListItem item ); [ C++ ] public: void Add ( ListItem* item ); [ JScript ] public function Add ( item : ListItem );
Use the Add method to append a ListItem to the end of the collection. This implementation of the method takes the ListItem specified by the item parameter and appends it to the collection.
ListItemCollection Members ListItemCollection.Add Overload List
© 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