sampleDropDownList.ClearSelection();
ListItem sampleListItem = sampleDropDownList.Items.FindByValue(sampleValue);
if (sampleListItem != null)
{
sampleListItem.Selected = true;
}
Thursday, September 29, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment