Hi
I have the next situation:
2 UpdatePanels
first updatepanel contains a dropdownlist with some values from the database
second contains a gridview with paging enableb.
When I FIRST load the page the paging in the second updatepanel works fine.
After I select another value from the dropdownlist in the first updatepanel the second updatepanel reloads the correct data but, the paging is no more working. Also from the begining the page selected in the gridview is the last one and I can not select another page in the gridview of the second updatepanel
what can I do?
Dragos