TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
saidatul asmimy abu bakar
NA
1
0
How To Get Printer Path in ASP.NET
Nov 24 2008 11:57 PM
I have developed a new system using .NET 2003 . my problem now is, i have create one modules Printing Cheque, on my web page have :-
1) Dropdownlist --> ddlPrinter
2) Button ---> btnPrint
--> when user want to print a cheque, they will choose a printer name that have listing in ddlPrinter. I used this coding to get printer name that connect on server.
For Each strPrinter In PrinterSettings.InstalledPrinters
ddlPrinter.Items.Add(New ListItem(strPrinter))
Next strPrinter
and it's works.
--> this is my problem, when user clik printer name and click btnPrint, i don't know how to get printer path that user choose, and make it work.
anybody please help me....
Reply
Answers (
1
)
calling cobol dll from ASP.net
Creating Viewer for pocket pc