.NET equivalent to Java History.Back()

  • Thread starter Thread starter James W. Cross
  • Start date Start date
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?
 
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 (e-mail address removed) (like it says below). Thanks,

Jim
 
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.
 
Back
Top