Print of DataGrid
Hi,
I have a datagrid on a webform.
I want to get its print.
I can do this by the following way.
1. I can create a printer friendly page for the data of grid.
2. Onload i can issue "window.print()" command.
but this method prints some extra information like URI, Date and Page number.
is there anyother way to do this.
or can i control the window.print() to not to print extra information.
Best Regards,
Kashif Azam
Regards,
Kashif Azam
|