Click to See Complete Forum and Search --> : Response Redirect issue


daniel50096230
May 17th, 2009, 09:52 PM
Hi everyone,I have a major problem here...Basically I have two web pages which are Company Background and About Us. The both web page having button to link to each other using Response.Redirect. When I execute them in localhost from VS2005,it run smoothly without error. So I am trying to save the both page as Web Page,Complete from IE. But when I try to execute them from IE without using VS2005,the error occured saying that it can't link to another page where it can run in VS2005.


What problem is this??


My code will be something like this:



Response.Redirect("AboutUs.aspx");

eclipsed4utoo
May 18th, 2009, 05:31 AM
try


Response.Redirect("~/AboutUs.aspx");