Re: how can i call IE print preview function after i press asp:button?



Alan,

You won't use C# code to do this. Rather, you have to attach an event
handler in javascript for the button and trigger a print of the document
(through the print method on the window object, I believe). Once the print
dialog comes up, they can choose to preview it.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"Alan Ho" <gto_station@xxxxxxxxxxxx> wrote in message
news:uW5D$Y2PFHA.3144@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks...
>
>


.