I'm using VB.NET 2003.
I can send a user back one page with this command:
Response.Redire ct(Request.Serv erVariables("HT TP_REFERER").
Is there a simple way to send him back two pages?
Thanks,
Dave
I can send a user back one page with this command:
Response.Redire ct(Request.Serv erVariables("HT TP_REFERER").
Is there a simple way to send him back two pages?
Thanks,
Dave
Comment