Print content between a div
I am using a master page and other content page i have several div on the content page which show according to the condition. i have to print one main div not other content like masterpage or some data plz tell me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vipin sainiPosted Jun 3, 2010, 7:46 AM
Abhimanyu K VatsaPosted Jun 3, 2010, 6:45 AM
<input type="button" value="Print" onclick="window.open('PrintPage.aspx')" />
It will redirect you on PrintPage.aspx page which will be printer friendly.Otherwise you have to create separate CSS for view and printer too.
I hope it will help you, accept answer if yes.
Good Luck
vipin sainiPosted Jun 3, 2010, 1:34 AM
Abhimanyu K VatsaPosted Jun 2, 2010, 9:47 AM