asp:SqlDataSource binded to asp:DropDownList
- by _simon_
I have a asp:SqlDataSource and asp:DropDownList components on my page. On normal page it works ok.
Now I'd like to put this on new page with url like ...mypage.aspx?transactionID=2. In Page_Load I would like to set Transaction drop down selected index to 2. But it always binds to 1. I assume, that things happen in this order: in Page_Load I set…