Mike Kelly

Mike Kelly

  • NA
  • 25
  • 1.6k

Asp.Net GridView - Need to add next and previous button in p

Jan 4 2019 5:25 PM
Hi, I have account audit search page that display list of records in grid view. for example - name,Id,action etc.
When I click on any row in grid view the details of that row I am displaying in another aspx page as popup.I have my grid view in audit search page and showing details in detailsModal page.
When I am clicking on row in grid view I am passing rowId to detailsmodal page and in details modal page based on rowId I am fetching the data and showing it.
for example - window.showModalDialog("DetailsModal.aspx?RowId=" + rowId, '', modalSize);
Now I want to add next and previous button on detailsModal page so when I click on next button the next row of gridview should be displayed in detailsModal page and when I click on previous button the previous row of gridview should be displayed.
What I have tried:
Please suggest. It will be nice if I can get some sample code as example in solution.

Answers (4)