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.


Go to topic 40090

Return to index page 163
Return to index page 162
Return to index page 161
Return to index page 160
Return to index page 159
Return to index page 158
Return to index page 157
Return to index page 156
Return to index page 155
Return to index page 154