Saturday 15 June 2013

How to Export GridView Data in Excel, Word & PDF format using Asp.Net

Introduction
Here I will explain how to export gridview data in Excel, Word & PDF file using Asp.Net.

Description
In my earlier post I already explain, how to bind gridview using SqlDatasource. For more details click here.

Some times we required to export our gridview data in to excel, word or pdf format. Here we see how to export gridview content in excel , word and PDF format using Asp.net C#. as we know we don't have direct feature to export griview in PDF format. So here you see that, we are using third party library ITextSharp reference. You can download dll from ITextSharp and add that dll reference in you web site.
....[Continue]

No comments:

Post a Comment