Re: Visual Web Developer questions...
- From: rowe_newsgroups <rowe_email@xxxxxxxxx>
- Date: Wed, 16 Jan 2008 10:14:20 -0800 (PST)
On Jan 16, 9:53 am, Jason <paul...@xxxxxxxxxx> wrote:
On Jan 15, 3:27 pm, rowe_newsgroups <rowe_em...@xxxxxxxxx> wrote:
On Jan 15, 3:16 pm, Jason <paul...@xxxxxxxxxx> wrote:
Hello,
I want to write a simple program in Visual Web Devekoper, a simple
webpage that has textboxes on it such as:
txtName
txtAddres
txtPIN
and then a button btnPrint
when the button is pressed I want to print the data like so:
Name: contents of txtName
Address: contents of txtAddress
PIN: contents of txtPIN
I can print this but I want to also make sure that this gets printer
to a specific printer and not just the default printer, for example I
want to print to: \\pntserv1\printerb
can this be done? Can it be also done programatically to, if the
printer is not installed, install the printer and then print?
Are you trying to print on the client or server side?
Thanks,
Seth Rowe [MVP]
I'm trying to print on the client side I believe. All I am doing is
wanting to print whatever is in the textboxes to a printer. I don't
think I really need to go to the server for that.
thanks
Then you can't specify a certain printer, as you have no clue what
printers a client has installed, if any at all. The best you can do is
use javascript to bring up the print window and have the client select
what printer.
Thanks,
Seth Rowe [MVP]
.
- References:
- Visual Web Developer questions...
- From: Jason
- Re: Visual Web Developer questions...
- From: rowe_newsgroups
- Re: Visual Web Developer questions...
- From: Jason
- Visual Web Developer questions...
- Prev by Date: Parse Input
- Next by Date: Re: Email Programming using System.Web.Mail
- Previous by thread: Re: Visual Web Developer questions...
- Next by thread: Re: remember a forms position on the screen
- Index(es):