Author: mavericky | Posted on: 4/1/2009 9:20:06 PM | Views : 836

Hi All,

I am able to transport data from a gridview to excel sheet, but my gridview has paging enabled and only the records of the first page get transported. How can I transport all the records present in the gridview to an excel sheet. I have posted my code below for the same. Please help. Your suggestions will be greatly appreciated! thanks!

mavericky.
Dim stringWrite As IO.StringWriter
Dim htmlWrite As HtmlTextWriter
Dim frm As HtmlForm = New HtmlForm()
Response.Clear()
Response.Add ...

Go to the complete details ...