Printing in ASP

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi Everyone,

I am fairly new to .Net and have just completed my first live ASP app.

i developed the app on a laptop and basically the user fills in a form
submits and the prints the form (in theory) this worked well on the laptop,
but fell over when i uploaded the app to the company intranet, the problem
is that the app is trying to print on the server, i have searched the web
but cannot find any help on how to convert the app to client side printing
could anyone help

Thanks in advance

Regards

Dave
 
Are you using a printer selection dialog or just print on the one and only
default printer on the laptop. Look at print dialogs to select a printer.
 
Can't get the print dialog box to work at all in asp.net, use it all the
time in vb.net though

Dave
 
Back
Top