DropDownList控件根据value值选中它

10/27/2011 10:29:09 AM

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

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