return to correct page after insert/update/delete
Not sure how to word this, (which may be why I can't find it in the forum).
Say I have 200 entries on my table.
On my DA results page, my results are paginated in 10's
If I choose to update record 34, this will be on page 4 of my results.
On editing my record, my dataasist server behavior redirects to the results page, but always to page 1, whereas I want to go back to my original page
I looked at the option to pass the original querystring, but this doesn't seem to work.
I think I have a hand coded a workable solution, if i set the querystring to a session variable on the results page and use this to append the redirecturl on the insert/edit/delete page, it seems to work OK
Is this something which has to be hand coded, or am I just missing something obvious form the DA interface?