Searches the collection for a System.Web.UI.WebControls.ListItem with a ListItem.Value property that contains the specified value.
A System.Web.UI.WebControls.ListItem that contains the value specified by the value parameter.
Use the ListItemCollection.FindByValue(string) method to search the collection for a System.Web.UI.WebControls.ListItem with a ListItem.Value property that contains value specified by the value parameter. This method performs a case-sensitive and culture-insensitive comparison. This method does not do partial searches or wildcard searches. If an item is not found in the collection using this criteria, null is returned.