ASP.NET and Bluetooth Printers

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

    #1

    ASP.NET and Bluetooth Printers

    I have an asp.net inventory application that is run from handheld
    scanners all over our company. Users are able to perform various
    inventory transactions from the handheld, and then server side they
    can print transaction tickets to our network printers. We also have
    several non-network bluetooth reciept printers and would like to make
    use of them with our handheld applications. My question is, using
    asp.net, is there a way to send print jobs to the local bluetooth
    printer? Since our printing is currently done on the server, is there
    anyway to redirect the printjob to print on the client's bluetooth
    printer?

    Any help would be greatly appreciated.

    Thanks!
    JW
  • Eliyahu Goldin

    #2
    Re: ASP.NET and Bluetooth Printers

    You will need to get an ActiveX for that. Server side printing has nothing
    to do with client side.

    --
    Eliyahu Goldin,
    Software Developer
    Microsoft MVP [ASP.NET]




    "z71mdridin " <z71mdridin@gma il.comwrote in message
    news:9d3923c1-4671-4d5d-a093-5f0f88f55c4b@b2 9g2000hsa.googl egroups.com...
    >I have an asp.net inventory application that is run from handheld
    scanners all over our company. Users are able to perform various
    inventory transactions from the handheld, and then server side they
    can print transaction tickets to our network printers. We also have
    several non-network bluetooth reciept printers and would like to make
    use of them with our handheld applications. My question is, using
    asp.net, is there a way to send print jobs to the local bluetooth
    printer? Since our printing is currently done on the server, is there
    anyway to redirect the printjob to print on the client's bluetooth
    printer?
    >
    Any help would be greatly appreciated.
    >
    Thanks!
    JW

    Comment

    Working...