how to export gridview data to pdf using asp.net and use third party library iTextSharp.
In asp.net we don’t have any features to directly export the gridview data to PDF. So for this limitation here we will use third party library “ITextSharp” reference. The library file is download from here ITextSharp. First,download the library file from this site and then you are ready to create a new website in visual studio and add ITextSharp library and create your report.











