Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by inner

  1. inner

    Response.TransmitFile followed by Response.Redirect

    Here is the code: Response.ContentType = GetContentType(filename); Response.AddHeader("content-disposition", "attachment; filename=" + filename); Response.TransmitFile(fullFilename); // Go to the document page if (Request.QueryString["rtd"] != null) {...
  2. inner

    Response.TransmitFile followed by Response.Redirect

    Hi. I'm having trouble getting my ASP.NET page to work correctly. I would like to know if this is possible and if so, how do I do it. When the user clicks a link, it should download a file (using either Response.TransmitFile or Response.BinaryWrite). It should also refresh the page or at...

Part and Inventory Search

Back
Top