摘要: DropDownList在绑定数据源控件后,该如何设置选中项呢我按以下方法未能实现,我的代码如下:<asp:DropDownListID="DropDownList1"runat="server"AutoPostBack="True"DataSourceID="SqlDataSource1"DataTextField="subject"DataValueField="id"OnSelecte... 阅读全文