Hi,
I have a page called results.aspx which has a datagrid on with paging enabled. The datagrid displays loads of records, whic all have a dynamic link to another page which displays the record in full.
What i want to do is to be able to pass the page number from results.aspx to the full detail page so that i may return to the correct results.aspx page with out the user having to start from the beginning of the recordlist.
Ive tried searching for this everywhere and have not had a simple solution. I dont care if the values are stored in the URL or as a session variable.
many thanks
John
I have a page called results.aspx which has a datagrid on with paging enabled. The datagrid displays loads of records, whic all have a dynamic link to another page which displays the record in full.
What i want to do is to be able to pass the page number from results.aspx to the full detail page so that i may return to the correct results.aspx page with out the user having to start from the beginning of the recordlist.
Ive tried searching for this everywhere and have not had a simple solution. I dont care if the values are stored in the URL or as a session variable.
many thanks
John