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?

Re: .NET equivalent to Java History.Back() by James

James
Thu Jan 06 17:23:03 CST 2005

Sorry for the duplications. I'm new at newsgroups.
Main problem was that my email in the original problem definition was wrong.
The right email is crossjw@ndak.net (like it says below). Thanks,

Jim

"James W. Cross" <crossjw@ndak.net> wrote in message
news:OfOAGYE9EHA.824@TK2MSFTNGP11.phx.gbl...
>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?
>
>
>



Re: .NET equivalent to Java History.Back() by Scott

Scott
Thu Jan 06 18:33:25 CST 2005

You should never post your real email address in a newsgroup. You will wind
up receiving more spam as a result of it. Besides, most people aren't going
to email you personally with a response, they will just post a reply in the
NG.

"James W. Cross" <crossjw@ndak.net> wrote in message
news:OS25CaE9EHA.1524@TK2MSFTNGP09.phx.gbl...
> Sorry for the duplications. I'm new at newsgroups.
> Main problem was that my email in the original problem definition was
> wrong.
> The right email is crossjw@ndak.net (like it says below). Thanks,
>
> Jim
>
> "James W. Cross" <crossjw@ndak.net> wrote in message
> news:OfOAGYE9EHA.824@TK2MSFTNGP11.phx.gbl...
>>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?
>>
>>
>>
>
>