I need some help regarding Paging on a Gridview.
I have a few dropdownlists and textbox and a gridview. At first load, the gridview will be populated with data from the sql server. And, I did a search and it works for the first page. When I press the second page, it will be populated back to the database data which it should not be.
Is there anyway to retain my search results when I press subsequence page?
Thanks.