I have a webpage which has grid entry with paging, and all the other asp controls,
I need to print this page for the user with the print preview option.
What I have done right now is I have used media css class, I have hidden some fields and assigned the whole div into another page where I show a preview of the page and print from there
The problem I face is, Gridview, I do not want Action template columns (Edit,Delete)to be shown in the preview and IF the the gridview has paging,It is still creating problem of showing the page number... But I need the whole content of the grid
I need to print this page for the user with the print preview option.
What I have done right now is I have used media css class, I have hidden some fields and assigned the whole div into another page where I show a preview of the page and print from there
The problem I face is, Gridview, I do not want Action template columns (Edit,Delete)to be shown in the preview and IF the the gridview has paging,It is still creating problem of showing the page number... But I need the whole content of the grid
Comment