Hi, I am working in asp.net with vb.net. I am trying to print webpage from print button from code:
function PrintButton_onclick()
{
window.print()
}
But it prints in very small font size and also displays Print Button in
print.
I also want to add a page break after some text.
Pls. suggest.
Ricky

