asp.net.ph

ListItemCollection.Add Method ( ListItem )

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
);

Parameters

item
The ListItem to add to the collection.

Remarks

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.

See Also

ListItemCollection Members   ListItemCollection.Add 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