You can't I'm afraid.  As far as printing goes you can specify custom
CSS when printing (look up CSS for print media), but all you can do is
change the HTML.

Pages, copies, printer, orientation, margins, page numbers, headers,
footers are ALL out of reach.  All we get as web developers is
"window.print();".  All the other stuff on the page is added by the
browser.  You could send a PDF file, or other document, and ask the
user nicely to print it, but an ASP.NET page, you're out of luck.



On Oct 13, 9:38 pm, R <[EMAIL PROTECTED]> wrote:
> I have an ASP.NET page that I want to print with customized page
> number instead of taking the default from IE. How can I control the
> page numbers in ASP.NET? Thank you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment

You may subscribe to group Feeds using a RSS Feed Reader to stay upto date 
using following url  

<a href="http://feeds.feedburner.com/DotNetDevelopment";> 
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---

Reply via email to