Printing ASP.NET Web Form
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, How can I programmatically print the current Web page? On the page (.aspx),there are labels and textboxes. Can it possible? Thanks Savaş Külah savaskulah@msn.com
-
Hi, How can I programmatically print the current Web page? On the page (.aspx),there are labels and textboxes. Can it possible? Thanks Savaş Külah savaskulah@msn.com
-
Its client side working , so you shoud do it with javascript and you can't be done with .net framework in code-behind. Mazy
"One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babujiwindow.print();
This is the javascript to call the browser's print window Albert