Thursday, October 8, 2009

DropDownList Related

//Find the Index of an item--
DropDownList1.SelectedIndex = DropDownList1.Items.IndexOf(ddlBusName.Items.FindByText("-Select name-"));

No comments:

Post a Comment