Downloadinf a pdf in new window without redirecting

sanjuro3456

New Member
I have an aspx page which has several controls. When I click a button on this page,I need to get the values of the textbox and dropdowns and do some processing and pass it on to another aspx page. The second aspx will do further processing and generate a pdf to download.I don't want the user to be redirected to the second page. I simply want the pdf download to appear in a new window. How can I achieve this?
 
Back
Top