10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Mike Kelly
2.1k
25
1.2k
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.
Reply
Answers (
4
)
Session variables are not changing on IE
how to prevent CSRF attack in asp.net