Can I get a code for converting datatable to pdf in Asp.net Web application. I want to have functionality to export datatable into PDF. I found this article but it is using gridview for exporting
Can I get a code for converting datatable to pdf in Asp.net Web application.
Share
Using iTextSharp,you can do it.It can be download from internet and it is free.
Please, find the code below,