Author: cmspinto | Posted on: 4/29/2010 9:49:01 AM | Views : 763

Hi all,


I have already spent two day to solve this on my own but for some reason I can't.
Maybe I'm missing the live cicle of the dropdownlist.
I hve a three dropdownlist that filter a gridview and the other two dropdownlists
One is "Year" the other is "Country" and the other "Species"
Each one of them is filter by the other two. So if I filter for one year it will only show me the species and countries that have records on that year. So I have to reload the gridview and all the dropdownlist.


What happend is that since I'm filling again the dropdownlist with less values he can't remember the previous one.
I have tried with the events: DataBinding, Load Unload and Init of the dropdown list to force it to remember.
The conclusion I have reach is that the databinding and the load have the dropdown list of the previous page. So if I do


String strY ...

Go to the complete details ...