开发者

Asp.net print page

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

Can any one help me with an example how these should b开发者_JS百科e done?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜