client side printing in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i want to take print out of my report in client machine where the printer is connected. but now the printing happens in server side. please help asap
Just execute this JS command on the client: document.print();
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!