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.

Signature
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
> Hi everyone,
> I'm new to the .NET technology. I have a Web Form with data fields which I
[quoted text clipped - 5 lines]
> Many thanks in advance.
> KD