I want to print my page accept the elements of masterpage. there is a user control in masterpage and it is important for me. also my print button is on master page. thanks..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You require to create new style sheet print.css and set CSS media=print for example :
and add class to "yesPrint" to the sections you want to print
for more detatil : http://www.codeproject.com/KB/HTML/Printing_with_CSS.aspx |
|||||
|
|
|
You can setup a Print Stylesheet that formats thing for printing / you can hide things you don't want printing. You can read more about them http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml here |
|||
|
|
