1

I wont to create a print preview asp.net web page.

Can any one help me with an example how these should be done?

2

1 Answer 1

1

a preview for print page should be just like the page you want to print minus stuff that "heavy" for print like images and stuff like that.

you can open a pop up windows of the same window but maybe send a parameter in the query string that tells the page it needs to be in printable version

then just creat a function on the page that makes every "heavy" elemnt visible=false

then you will have a printable version without much work.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.