Re: download using asp

<vinodkus [at] gmail.com> wrote in message
news:a4e9bdda-6039-478f-921c-371b95e11201 [at] s37g2000prg.google groups.com...
> dear sir/madam
> I have to do something like this that a user see list of record if
> he would find record and want to download that list then a button
> should be available on page so that he could download that list
> in a pdf file of that record. please help me
>

Is there a reason why it needs to be a PDF?

Making a page printer friendly. There are plenty of free PDF creators that
appear as printer drivers. The user can then 'print' the page to a PDF.

OTH you could place your data in XML and use XSL to transform it to HTML,
you can get tools that support XSL FO that can transform XML to PDF.


--
Anthony Jones - MVP ASP/ASP.NET
Anthony Jones [ Sa, 29 März 2008 14:28 ] [ ID #1931665 ]
Webserver » microsoft.public.inetserver.asp.general » Re: download using asp

Vorheriges Thema: Difference between ie6 and ie 7
Nächstes Thema: Post form data to CSV file using ASP?