overDeveloper
Programmer
I know there has to be an easy way to do this, I just do not have the experience to know... I have a data grid that lists a number of records and has a link for each "view details" I want the details to show up above the datagrid... the problem is that when I am paging through the results (say for example, I am on page 8) and I click a records "view details link... the grid goes back to page 1 (or 0) - that is because the view details link is simply a link back to the same page (i.e. page.asx?id=128) How can I click a link to view details and not lose the page I am on? Perhaps linking to the page is incorrect - what would be a better way....