How to export GridView data to pdf file in Asp.net and C#?
Posted
by HotTester
on Stack Overflow
See other posts from Stack Overflow
or by HotTester
Published on 2010-04-30T16:05:53Z
Indexed on
2010/04/30
16:07 UTC
Read the original article
Hit count: 214
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. Kindly guide me.
The gridview contains only text values.
Thanks in advance.
© Stack Overflow or respective owner