On Jun 13, 12:10 am, satnamsa...@gmail.com wrote:
> it is possible to change page orientation to landscape from asp.net
> page? I am using window.print() dialog to print a page and I would
> like that page to print automatically in landscape view.
No, it's not, a printer is on the client side
There is a trick with CSS, hope it helps
http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html
Mike - 14 Jun 2007 17:10 GMT
that CSS 'trick' doesn't work it only flips the 'image' of your print out
it does not print a true landscape document.
> On Jun 13, 12:10 am, satnamsa...@gmail.com wrote:
>> it is possible to change page orientation to landscape from asp.net
[quoted text clipped - 5 lines]
> There is a trick with CSS, hope it helps
> http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html