Printing in ASP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    Printing in ASP

    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


  • SFB

    #2
    Re: Printing in ASP

    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.

    "Dave" <rowland_d@hotm ail.com> wrote in message
    news:bqa23c$or6 $1@newsreaderm1 .core.theplanet .net...[color=blue]
    > 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[/color]
    laptop,[color=blue]
    > 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
    >
    >[/color]


    Comment

    • Dave

      #3
      Re: Printing in ASP

      Can't get the print dialog box to work at all in asp.net, use it all the
      time in vb.net though

      Dave

      "SFB" <sfb@spam.net > wrote in message
      news:FK1yb.2082 2$W7.18581@bign ews1.bellsouth. net...[color=blue]
      > 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.
      >
      > "Dave" <rowland_d@hotm ail.com> wrote in message
      > news:bqa23c$or6 $1@newsreaderm1 .core.theplanet .net...[color=green]
      > > 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[/color]
      > laptop,[color=green]
      > > but fell over when i uploaded the app to the company intranet, the[/color][/color]
      problem[color=blue][color=green]
      > > is that the app is trying to print on the server, i have searched the[/color][/color]
      web[color=blue][color=green]
      > > but cannot find any help on how to convert the app to client side[/color][/color]
      printing[color=blue][color=green]
      > > could anyone help
      > >
      > > Thanks in advance
      > >
      > > Regards
      > >
      > > Dave
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...