views:

325

answers:

4

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.

+1  A: 

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

I haven't done this myself.

Jay Riggs
A: 

nFOP + XSLT + XML = pdf | doc | HTML

open source no cost :)

K

TheOCD
Thanks for the answer. Kindly share any link that illustrates its implementation of exporting gridview data to pdf.
HotTester
http://nfop.sourceforge.net/article.html should give you an idea on how to use it, you need "Microsoft Visual J # NET Redistributable Package" to run nFOP.K
TheOCD
A: 

is it posible to show grid in html