I have a gridview inside an update panel that pages to the next record by clicking a button with a "next" command.
Do you have a solution that can automatically trigger the button with the next command?
I was thinking you could do it with a timer and a page load event for the button?