c# - Print a View without buttons -
how can print view without showing buttons on printed paper?
edit: button this:
<input type="submit" value="drucken" onclick=" window.print(); " /> <input type="submit" value="schließen" onclick=" window.close(); " />
use css file printing, , hide buttons (display:none) in css file.
Comments
Post a Comment