Any reason you can't put your file download code in download.aspx, and then link it from your main page and specify a target?
<A TARGET="viewer" HREF="download.aspx?filename=file_to_download">Open in window</A> James C. -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Vivek Mukherjee Sent: Wednesday, April 13, 2005 2:08 PM To: [email protected] Subject: Re: ASP.NET- Turning off the Open button on Attachment download. Yes, and I do not want that. I only want the Save option to appear or if the user opens the file then it should open in a new browser window. Sincerely, Vivek Mukherjee [EMAIL PROTECTED] From: James Conley <[EMAIL PROTECTED]> Reply-To: "Unmoderated discussion of advanced .NET topics." =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
