DropDownList控件根据value值选中它

2011/10/27 10:29:09

DropDownlist1.Item.FindByValue(value).Selected=true;

让此value号下的值在DropDownList中处于选中状态