Hello friends,
my problem goes here,
i have two aspx pages, lets say A.aspx and B.aspx.
B.aspx contains information comming from database.
when user clicks btnShow on A.aspx B.aspx is displayed with all the information from database on run time.
i want to display B.aspx as pdf formate in browser.
i tried to do it with iTextsharp.dll but failed, all i can find over net is the conversion of asp.net control to pdf.format.
help me out pls