You have a couple of choices depending on how many elements you require to print. There is no 'builtin' solution for this kind of thing in ASP.NET
look into CSS
<style type="text/css" media="print">#elementid {display; none;}</style>
You can have a separate style sheet for the browser to apply when printing, which hides any elements you don't want in the print out, by applying display: none style to them.
The other option is appending the elements you want printed into an iFrame thats positioned out of site in the page and print from that.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68