I have a page with a datagrid, and depending on what previous page called this current page, I want the user to be able to go back to that previous page when they click a close button.
I was thinking of assigning the name of the previous page in a hidden label somewhere on the datagrid's page, then apending this to the Server.Transfer/Response.Redirect
Any suggestions are welcome!
Thanks!
I was thinking of assigning the name of the previous page in a hidden label somewhere on the datagrid's page, then apending this to the Server.Transfer/Response.Redirect
Any suggestions are welcome!
Thanks!