Hi,
I've a datagrid on an asp.net page "A" which shows different customer orders. On clicking on one any row/OrderId,user is redirected to another page "B" which displays order details. When user clicks "Back to Page A" on page B,I need to have the same order Id "anchored" on page A. How do i achieve this functionality in asp.net?
Thanks for reading.