Do u have any idea to access/add a printer in asp.net applcation.
Bcox when the users of appli are use a printer in system , i ll update my database .
I don't understand your question.
Could you please provide more information.
ASP.NET applications are used to serve information into Web Pages. The information displayed in the Web Page is run on the Client Side, not the Server Side.
In order to print the web content you would use a client side JavaScript call to print the content.
This call could also set a hidden field so that during the next post back you can tell whether or not the page was printed.
Or you could also make an AJAX call back to the sever to indicate that the print button was pressed while the user is printing the content.
i have doing a intranet project. any user takes a print any document , the printer details are stores in my dtabase. the admin only use my project . he get the information about the printer, user, system Ip address , no of copies , file name in gridview. apologies for my english.
i have doing a intranet project. any user takes a print any document , the printer details are stores in my dtabase. the admin only use my project . he get the information about the printer, user, system Ip address , no of copies , file name in gridview. apologies for my english.
I'm still not clear about what you are trying to do.
Is your website doing any printing?
Or are you simply connecting to a database for a history of what users have printed?
Could you please provide details on what you have tried to do to solve this problem...so that I can better understand what you are trying to do.
Actually anybody print a files in the system , the printer information are stored in my database in my project.
no print options in my project. the system printer is use to print the files . but how can i get information from the printer such as document name, path, copies , etc. At the backend my program runs.
Its also my problem , How can the my Asp.net project runs automatically, when the system starts ON. is it possible .
Comment