How To print The Images In asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shek124
    New Member
    • Oct 2007
    • 50

    #1

    How To print The Images In asp.net

    Code:
                HttpContext.Current.Response.OutputStream.Write(b, 0, b.Length);
    Code:
                       
       HttpContext.Current.Response.Write("<script>window.print();</script>");
    Its my code in imagePrint.ashx file.. The image is displayed .. But the image is not printed . Whats wrong with the code .. plz help me .. Thanks
Working...