Searches the collection for a System.Web.UI.WebControls.ListItem with a ListItem.Text property that equals the specified text.
A System.Web.UI.WebControls.ListItem that contains the text specified by the text parameter.
Use the ListItemCollection.FindByText(string) method to search the collection for a System.Web.UI.WebControls.ListItem with a ListItem.Text property that equals text specified by the text 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.