Hi there
I'm talking about classic ASP, and I have a <TABLE> that is bound.
The way it works is that the user may scroll to page 6 (so showing records 51 to 60) and double click the 5th row to edit the content, which will pop up a modal window for editing. When the window closes, the grid will then refresh, but it always goes back to page 1.
Is there a way to tell the grid that I want to jump directly to page 6 (I know the current page is page 6, I just don't know if there is one simple command to go to that page, or do I have to call table.NextPage( ) 5 times to get to the sixth page).
Thanks
I'm talking about classic ASP, and I have a <TABLE> that is bound.
The way it works is that the user may scroll to page 6 (so showing records 51 to 60) and double click the 5th row to edit the content, which will pop up a modal window for editing. When the window closes, the grid will then refresh, but it always goes back to page 1.
Is there a way to tell the grid that I want to jump directly to page 6 (I know the current page is page 6, I just don't know if there is one simple command to go to that page, or do I have to call table.NextPage( ) 5 times to get to the sixth page).
Thanks