S
shapper
Hello,
I am using the following code line in my VB code to redirect to another
page inside my web site:
Response.Redirect("Message.aspx")
I am getting the error:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for
this address in a way that will never complete.
Any idea of what is going on?
In IE the page doesn't load.
Thanks,
Miguel
I am using the following code line in my VB code to redirect to another
page inside my web site:
Response.Redirect("Message.aspx")
I am getting the error:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for
this address in a way that will never complete.
Any idea of what is going on?
In IE the page doesn't load.
Thanks,
Miguel