You can use JavaScript to open div content in a popup and then print it. See this solution here: http://geekiest.net/post/Print-the-content-of-a-div-using-JavaScript.aspx Another option is to use IFrame. See more about that here: http://www.isolutionteam.co.uk/printing-contents-of-a-div-using-javascript/ The recommended option is to use JQuery: http://www.bennadel.com/index.cfm?event=blog.viewcode&id=1591&index=1 It uses the jquery.print.js plugin and works great. This article was originally written by Jayant.