Re: Newbie: Printing
From: Dmitriy Lapshin [C# / .NET MVP] (x-code_at_no-spam-please.hotpop.com)
Date: 12/01/04
- Next message: Chad H.: "Server Unavailable Error (aspnet_wp.exe)"
- Previous message: Olivier: "How can I decode a string encoded into 8859-1 ?"
- In reply to: Calvin KD: "Newbie: Printing"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 16:44:49 +0200
Hi,
Web Forms are run on the server side, so you obviously cannot control the
printing which happens on the client side. What you can do is using the
"@media" CSS feature (not sure about the correct syntax) which allows to
have one view of a page when it's rendered on the screen and another one
when the page is printed.
-- Sincerely, Dmitriy Lapshin [C# / .NET MVP] Bring the power of unit testing to the VS .NET IDE today! http://www.x-unity.net/teststudio.aspx "Calvin KD" <CalvinKD@discussions.microsoft.com> wrote in message news:8ECABFAE-7D22-4E00-B7BB-2513687EEC14@microsoft.com... > Hi everyone, > I'm new to the .NET technology. I have a Web Form with data fields which I > want to print to the printer. I don't want to use the IE's default print > because I can't have my own Header & Footer. Does anyone know if there's > anything else that I can use to print which allow me to insert my custom > Header & Footer? > > Many thanks in advance. > KD
- Next message: Chad H.: "Server Unavailable Error (aspnet_wp.exe)"
- Previous message: Olivier: "How can I decode a string encoded into 8859-1 ?"
- In reply to: Calvin KD: "Newbie: Printing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading