Hi,
I want to mention clear about my question
I am using ITextSharp dll .
Document
pdfDoc = new
Document(PageSize.A4.Rotate(),
0f, 0f, 20f, 20f);
PdfWriter.GetInstance(pdfDoc,
Response.OutputStream);
Here I am creating a new PdfDoc and adding the Grid to the PdfDoc
When i click the print button from my application through IE6 browser , it opens a dialog with Open, Save and Cancel buttons
When i save the PdfDoc and open it.. It is opening . But when i directly open the PDFdoc it is giving Error as
"There was an error opening the document, File not found" . I am getting this Error only in IE6 browser,
When i run my aplication in IE8 , i can able to open the document without any error message
Please help me on this..
Thanks