its a web-based POS. i've made some code but it prints on the local server where each PC gets the POS program. each PC has ots own printer... any materials or references.. thanks
we are developing a web-based POS... the data to be printed will be coming from the gridview (item name, quantity, subtotal, etc...), upon committing the transaction, the server will return a boolen to verify if the transaction was successfully saved... so how do we print the items from the gridview? thanks