ASP.NET 1.x and 2.0 Application DesignApplication design with ASP.NET 1.0, 1.1, and 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.x and 2.0 Application Design section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I want the User to download files (pdf) from my site. I have generated the PDF on the webserver. I want to bring up a box to the user when they click on the icon/button to download the file to their hard drive but dont know where to start!
What is this box going to have in it? Do you mean the open/save as... dialog box? That just comes up when the browser requests a file it doesn't know how to handle. All you need to do to allow users to download PDF files is to provide them with a list of them or a link to them. They can save it locally or view inline in the browser if they have the appropriate Acrobat viewer installed.