天天看点

设定DropDownList的默认值

YourDrplist.Items.FindByText(YourItem).Selected=True  

YourDrplist.Items.FindByValue(YourItem).Selected=True  

继续阅读