Printing gridview
-
Hi, :) I have a gridview with paging. I need to print all the data in the gridview...not only the displayed page. Also, if the grid contains only some of the data and the rest will come only when the user clicks on the last page number, printing should print all the other data that the datasource contains. Please help.
-
Hi, :) I have a gridview with paging. I need to print all the data in the gridview...not only the displayed page. Also, if the grid contains only some of the data and the rest will come only when the user clicks on the last page number, printing should print all the other data that the datasource contains. Please help.
There is nice Article Printing a GridView with Paging[^] May this help. Viral
Viral My Site Tips & Tracks
-
There is nice Article Printing a GridView with Paging[^] May this help. Viral
Viral My Site Tips & Tracks
I have got the solution...Not from the post you mentioned ;P . It was the excat thing I wanted. :-D