Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i have an application form that have to be printed on clicking print button
as the aspx page is too long i.e 2-3 page of data, i want to break the page a one point and this should get printed properly with page border also.



i used following code to print but the address of web page also gets printed along with the page data.
<script type =text/javascript;
function Printing()
{
window.print();
}

Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900