I have a .NET (vb) page that is rendered using 2 master pages and a few user controls.
My users now want a “print” button.
Is there a way to strip the main content out of the page, and re-render without all the master page and user control content?
Thanks
You could use CSS to hide elements on the page when printing. There would be no need for a round trip to the server then.