J
Jason
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?
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?