Hai Everyone,
When i click the hyperlink ,I need to download the pdf document . ASP.net C# coding ??
Kindly help me .
Explain me step by step process
Thanks,
Vasanth
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sathish KumarPosted Sep 7, 2015, 11:17 AM
Response.ContentType = "application/pdf";Response.Cache.SetCacheability(HttpCacheability.NoCache);YOUR_GridView.RenderControl(hw);PdfWriter.GetInstance(pdfDoc, Response.OutputStream);PdfWriter.GetInstance(pdfDoc, Response.OutputStream);