G
Guest
Newbie question:
After a click event, if I want to reload the page and controls, is the best course to response.redirect("mycurrentpage.aspx") where mycurrentpage is my current page?
What if, after a click event, I want to return the user to their last, previous page (out of more than one possible). Do I need to save that page name somewhere in a session variable?
Thanks
After a click event, if I want to reload the page and controls, is the best course to response.redirect("mycurrentpage.aspx") where mycurrentpage is my current page?
What if, after a click event, I want to return the user to their last, previous page (out of more than one possible). Do I need to save that page name somewhere in a session variable?
Thanks