I am having a pdf generated. Now i want that:
1> once the export process completes. PDF file generated will pop up or shown.
2.>pop up or request to user to save the pdf.
Thanks & Regards,
Suman George
Hi,
I am no aware of any PDF viewer in DotNet. There is no such control or component in NetAdvantage.
So what you would typically do is Publish the PDF document and then use Process.Start to launch the file using the default viewer on the system (if there is one).