How to go to particular record in gridview
问题 I have gridview with multiple pages of records in a.aspx. When I click a button in b.aspx I need to go to a specific page that contains the record in the gridview. 回答1: I assume that you actually want to go to a specific record instead. Then i would pass it's ID via url-parameter (or session) and then go to the page in the grid with this record. That's is better because the page might change(f.e. with sorting). Assuming that your grid lists products and you want to ensure that a perticular