I have a DropDownlist and GridView in my application. when i select a value in dropdownlist the related data will be populated in GridView with paging( in my case i have 20 rows per page), and if i click page 2, the page 2 data will be appear. But when i select an another value from DropDownList, its related data is appearing in gridview, but by default it showing PAGE 2.
How to refresh or (go to page 1), when dropdownvalue changes?
Thanks in advance.