Hi
I've read a lot of web-sites about printing page numbers, but still I couldn't make it display for my aspx page when I try to print it.
tried this code
@page { @bottom-right { content: counter(page) " of " counter(pages); } }
counter(pages) always returns 0 for me..