Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am working in invoice management project and i need to generate barcode and print it in TSC TTP - 244 PLUS(printer name) printer on the client side. i have generated barcode as an image in asp.net and i do not know how to print this image on client side. if anyone know please help me...?
Posted
Updated 23-Jan-15 2:00am
Comments
januskarthik 23-Jan-15 8:02am    
anyone help me. i am using asp.net with c#
jaket-cp 23-Jan-15 8:21am    
if you want browser to bring up print options/dialog you can use window.print();
http://www.w3schools.com/jsref/met_win_print.asp
januskarthik 23-Jan-15 20:51pm    
i want to print barcode images. window.print() not better solution to print barcode images..? if u know any other way let me know..
jaket-cp 26-Jan-15 4:17am    
I assumed the barcode images where being send to a web browser on the client side.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900