I have a gridview bound to a SQLdatasource.
I have a dropdown and a refresh button.
When I select a value from the dropdown, I set a filterexpression and click refresh. This refreshes the gridview and shows me the filtered data. as soon as I click on page 2, the filtered data disappears and all the data comes back to the grid. How do I maintain the filtering between paging.
Please help.
I have a dropdown and a refresh button.
When I select a value from the dropdown, I set a filterexpression and click refresh. This refreshes the gridview and shows me the filtered data. as soon as I click on page 2, the filtered data disappears and all the data comes back to the grid. How do I maintain the filtering between paging.
Please help.