J
James W. Cross
I have a System.Web.UI.WebControls.Button on a Web Form. In the Click event
(e.g. Button1_Click) I do various things (db updates, etc.) and after all is
done I want to go the user's previous URL (just like history.back(-1)).
Specifically, I want to code this "back" right in the Button1_Click
subroutine. Is this possible? Does this make sense?
(e.g. Button1_Click) I do various things (db updates, etc.) and after all is
done I want to go the user's previous URL (just like history.back(-1)).
Specifically, I want to code this "back" right in the Button1_Click
subroutine. Is this possible? Does this make sense?