Re: how can i call IE print preview function after i press asp:button?
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 11:28:36 -0400
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...
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Async Method Help
- Next by Date: Re: Async Method Help
- Previous by thread: how can i call IE print preview function after i press asp:button?
- Next by thread: Re: how can i call IE print preview function after i press asp:button?
- Index(es):