Using JavaScript open div content in popup and then print. I found this solution http://geekiest.net/post/Print-the-content-of-a-div-using-JavaScript.aspx another one is use of IFrame http://www.isolutionteam.co.uk/printing-contents-of-a-div-using-javascript/ The better option is use of JQuery. http://www.bennadel.com/index.cfm?event=blog.viewcode&id=1591&index=1 it uses jquery.print.js plugin and it woks great Jayant