print asp:datagrid with local formatting

  • Thread starter Thread starter Paresh
  • Start date Start date
P

Paresh

Hi
I need to Print asp:datagrid with formatting, which will
avoid my writing of crystal reports and can directly
print with click of a button.

I do not just want to print the current page, I want to
print all the pages in that datagrid, as I have used
paging in the datagrid (there is an underlying datatable
which holds the data).


any kind of information is appreciated

Thanks
Paresh.
 
Paresh,

Just give the user a button to go to a page formatted for printing.

On that page give them the same datagrid with paging turned off.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top