How to export GridView data to pdf file in Asp.net and C#?

11,742

Solution 1

Export GridView to Pdf using iTextSharp ASP.NET
Exporting GridView to PDF

I haven't done this myself.

Solution 2

nFOP + XSLT + XML = pdf | doc | HTML

open source no cost :)

K

Share:
11,742
HotTester
Author by

HotTester

coding and testing....

Updated on June 05, 2022

Comments

  • HotTester
    HotTester almost 2 years

    Currently I am facing the tedious problem of exporting complete GridView data to the pdf file so that the user can save it. I am using C# as the language in Asp.net 3.5. Kindly guide me.

    The gridview contains only text values.

    Thanks in advance.