J
James W. Cross
I have a System.Web.UI.WebControls.Button on a Web Form using VB .NET (lang.
no matter here). 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 the code
that accomplishes the "back" to actually be part (at the end) of the
Button1_Click subroutine. Is this possible? Does this make sense?
no matter here). 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 the code
that accomplishes the "back" to actually be part (at the end) of the
Button1_Click subroutine. Is this possible? Does this make sense?