Click here to Skip to main content
16,018,797 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working on a project where department coordinators have to login each and every new job on the portal. where they fill all the information. A job id is generated against the job login.

What i want that they could get a job card in pdf format when they submit their job.
After submit button click a pdf should get downloaded and the job login page should get reloaded. So that they could make other entry of other job.
Posted
Comments
So, what have you tried? Where is the problem exactly?
mahakaal 19-Jun-13 0:54am    
hi Tadit,

First of all thanks, as you always responds to my query.

in my last query you have provide me the solution but it was not working on all browsers.
now i am trying to do it with the help of timer.
it's working but what will be the drawbacks if i use timer and do the same.

pdf export can be done easily but how will i reload the page after pdf export. as
Response.AddHeader("Refresh", "3; url=index.html"); is not working on all browsers.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900