Hi All,
I am using textsharp dll to export to pdf.Its exporting the gridview without the header row.Any suggestions would be appreciable.
Thanks in advance
You can try adding the following line before exporting
GridView1.HeaderRow.Visible = false
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.