article on how to print an asp.net datagrid

  • Thread starter Thread starter niv
  • Start date Start date
N

niv

Hi,

Can someone point me to an article that shows how to print
an asp.net datagrid in c#

Thanks,

niv
 
Are you talking about client- or server-side printing? Usually the one who
needs to print is the client. And you don't have any c# in the browser, only
javascript window.print() with a couple of events. If you mean server-side,
that is a matter of your imagination and skills how to print.

Eliyahu
 
Back
Top