Hi, Use the Redirect method of HttpResponse object In C# Response.Redirect("http://www.codeproject.com"); Pankaj
T
taibo
@taibo
Posts
-
Page Redirect -
More of an HTMl question perhapsHi everyone, I hope my problem is a simple one. I have developed an ASP.NET application that generates dynamic PDF reports and stores it on the server. The ASP.NET user has access to that directory. What I want to do is put an hyperlink to those reports from my ASP.NET website. However, whenever I try to do that it uses a file:///C:/reports/SomeDoc.pdf kind of link. This works fine locally, of course but no one on the intranet can access it through this address. How can I change it so that someone who has read access to that directory can access those reports. Thanks for any help you might give me. Sincerely, Tai