|
Subject:
|
Redirect to the requested page
|
|
Posted By:
|
KamalRaturi
|
Post Date:
|
9/23/2006 6:49:31 PM
|
hi, In a web application, .aspx pages have 'back' button, I want buttons to redirect response to the pages from where they have been requested.
how yo do it.pls reply soon.
Thanks in advance.
|
|
Reply By:
|
dagad
|
Reply Date:
|
9/27/2006 4:32:35 AM
|
u can do it by using
if Page(!IsPostBack) redirect.response("page-url");
but if u want that it should redirect to the page from where it it has been requested witout the loss of data, then u will have to use sessions with the controls.
|