Hide Print Dialog Window
-
Hi , Im using Asp.net application.Im printing N no of Pages as per the user request. My problem is that Im opening N no of forms for N requests.But I hide(with Moveto option) the form using Windows.opener option in Javascript.Im successfull in doing tat.But while printing each form Print Dialog window is getting opened which is not user friendly ..I want to show it only once even if possible want to hide it ,,Can u any one suggest me some gud technique. Thanking You in advance.
-
Hi , Im using Asp.net application.Im printing N no of Pages as per the user request. My problem is that Im opening N no of forms for N requests.But I hide(with Moveto option) the form using Windows.opener option in Javascript.Im successfull in doing tat.But while printing each form Print Dialog window is getting opened which is not user friendly ..I want to show it only once even if possible want to hide it ,,Can u any one suggest me some gud technique. Thanking You in advance.
Archana New to Dotnet wrote:
I want to show it only once even if possible want to hide it
I don't think that you can hide it. It's shown by browser and you don't have much control on that
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions