Hello Techies,
My requirement is I have to generate a PDF programmaticall y which i m generating by the help of third party DLL(ABCpdf5.Doc ).
Its functin is like this...
when i am clicking one button then that page will be automatically converted to a PDF and store in a Folder in the application.
It works fine but the problem generates when i am checking the session in global.asax which will redirect to a login page.
The pdf is generated and stores in the Folder but the content is the login page rather than the page content.
Hope u understand wht i am trying to narrate.
I can make u clear if anybody interest.
Thanks in advance
My requirement is I have to generate a PDF programmaticall y which i m generating by the help of third party DLL(ABCpdf5.Doc ).
Its functin is like this...
when i am clicking one button then that page will be automatically converted to a PDF and store in a Folder in the application.
It works fine but the problem generates when i am checking the session in global.asax which will redirect to a login page.
The pdf is generated and stores in the Folder but the content is the login page rather than the page content.
Hope u understand wht i am trying to narrate.
I can make u clear if anybody interest.
Thanks in advance
Comment