Printing in ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
i hope that u need to print pages on the client side. am i correct?
if so, u have to use javascript document.print() method. since this is
client side u cant use C# or VB here.

i think u got the idea...

hope this helps,
CMA


Sandeep KAistha said:
how do I use the print funtionality in ASP.NET if I have to print a page??
please help
 
Back
Top