天天看點

設定DropDownList的預設值

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

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

繼續閱讀