Ask a Question related to ASP.NET General, Design and Development.
-
Peter McMahon [MVP] #1
Re: How can I run the PrintDialog()
Hi Mike
You need to use client-side script to do this - e.g. put the following code
into an HTML page:
<button value="Click to Print" onclick="window.print();" />
Peter
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:345201c33fdf$3d2a11d0$a401280a@phx.gbl...> I want to run the print dialog window, so the user can
> print the page.
>
> The print dialog that is accessed from the file menu, then
> print.
>
> Sincerely urs
>
> Mike John
>
Peter McMahon [MVP] Guest
-
Hide Acrobat When/After Printing PDF with printdialog
I'm having the same issue. The external window shows up regardless if I'm trying to use OLE (printwithdialog) or even an own plugin... -
how to open printdialog window in dialog mode
I want to open the printdialog windwo in a dialog mode , in which the user can not click any where if the printdialog window is open I want to...



Reply With Quote

