Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print page

Status
Not open for further replies.

mikeyd

Technical User
Jan 28, 2002
38
US
Is there a way to print page in asp.net ?

Like how javascipt can print page.
 
Yes, you can print the page using the same javascript. Just put an html control on the page:
Code:
<input type=button value=&quot;Print&quot; onclick=&quot;javascript:window.print()&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top