Urgent i just want the code for printing a datagrid in asp.net through default printer attached to the computer.
Printable View
Urgent i just want the code for printing a datagrid in asp.net through default printer attached to the computer.
There is no server-side way of doing this you'll need to use client-side JavaScript to do this.
HTHCode:<a href="window.print();">print this page</a>
DJ