how to get printout?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sejal17
    New Member
    • Dec 2007
    • 56

    how to get printout?

    Hello Everyone,
    I want to take printout of a page(page1.aspx ) on a pageload of another page(page2.aspx ) in asp.net(c#).

    Thanks in advance.
  • indianmaestro
    New Member
    • Mar 2008
    • 16

    #2
    this is code to take the print out of the current page

    <input type="button" class="tbtn" name="btnPrint" value="Print" id="submit2" onClick="javasc ript:printconte nt();">

    Comment

    Working...