Export To pdf using dot net 2005
Hi,
I have dynamically created a table along with header and footer.
Now i need to convert this into a 'pdf' file. For exporting to Excel we use the statement like
Application/vdc.Ex-cel
So, for conversion to pdf i replaced the above stmt. to
Applicatio/pdf,
but the problem in just using this stmt., the same web page is being opened displaying the data. But my requirement is to display the data in acrobat(pdf) file.
So, how to create an acrobat(pdf) file using asp.net 2005 to display the data.
thanks.
|