Hi, I'm designing a .aspx web page that allows a user to print a document when they click a button. I want to be able to let the user be able to pick a printer by displaying a PrintDialog screen. In VB.NEt, I will use the PrintDialog class to display the dialog but I can't seem to do it in ASP.NET.
My question is : how do I display a PrintDialog in ASP.NET ?
or a better question is how do I do server-side printing in ASP.NET?
Thanks,
Hang
My question is : how do I display a PrintDialog in ASP.NET ?
or a better question is how do I do server-side printing in ASP.NET?
Thanks,
Hang