ListItemCollection.Add Method (ListItem)
.NET Framework 3.0
Appends the specified ListItem to the end of the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: