SQLDataSource binds Data twice :(
问题 this problem is driving me really mad. In an Asp.Net-application, I have two DropDownLists, DropDownStore and DropDownCampaign. <asp:DropDownList ID="storeDropDown" AppendDataBoundItems="true" AutoPostBack="true" DataSourceID="storeSqlDataSource" DataTextField="Name" DataValueField="StoreId" runat="server" OnSelectedIndexChanged="storeDropDown_SelectedIndexChanged"> <asp:ListItem Value="">Choose a store</asp:ListItem> </asp:DropDownList> <asp:DropDownList ID="campaignDropDown" DataSourceID=