A
Amir Tohidi
Hi
I have a search page which display a grid of master records. Those records
that have children have a hyperlink that takes the user to the Details page
for that record.
How can I implement a Back button on the Details page that will take the
user back to the original search page with all filter/search criteria and the
grid filled in?
I currently use
LinkButtonBack.PostBackUrl = Request.UrlReferrer.AbsolutePath
But when I click the link, I get an empty Search page.
Thanks
Amir
I have a search page which display a grid of master records. Those records
that have children have a hyperlink that takes the user to the Details page
for that record.
How can I implement a Back button on the Details page that will take the
user back to the original search page with all filter/search criteria and the
grid filled in?
I currently use
LinkButtonBack.PostBackUrl = Request.UrlReferrer.AbsolutePath
But when I click the link, I get an empty Search page.
Thanks
Amir