is there a simple way to put a print button on an asp.net page which, instead of printing the entire page, will print only a couple of fields?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It what you want is this to be the case whenever the page prints, you could add another stylesheet with a media="print" attribute and in that stylesheet, hide every field apart from the two you care about. |
|||
|
|