protected void btnPrint_Click(object sender, EventArgs e)
{
rptSatisFisi raport = new rptSatisFisi(kayitNo);
raport.ExportToPdf(HttpRuntime.AppDomainAppPath + @"Temp/" + Session.SessionID + "/" + "rptSatisFisi.pdf");
fonksiyonlar.PopUpAc(this.Page, "/fastsoftdepo/Temp/" + Session.SessionID + "/" + "rptSatisFisi.pdf");
}
I export to pdf but while application is running i get same page, when i close my application i get new one. As far as i think i need to kill session each time click print button

New Topic/Question
Reply




MultiQuote




|