Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help

Re: WebImageViewer Printing in ASP.NET

  •  24 May 2007, 10:44 AM

    Re: WebImageViewer Printing in ASP.NET

    If all you are doing is that one liner, you can add a button that doesn't post back the entire page:

    <input id="Button1" type="button" value="Print" onclick="WebImageViewer1.Print();" />


    David Cilley
    My AJAX Imaging Blog
    Atalasoft Development Team
    Filed under: ,
View Complete Thread