Hemant
15 years ago
Hi,
I want to print on more than one pages .
means in aspx page there are two section if user click on print button i
want print each section on different page on a single click.
Is it possible?
I call this function on button click
function myprint() {
window.parent.Frame1.focus();
window.print();
}
thanks ,
Hemant
I want to print on more than one pages .
means in aspx page there are two section if user click on print button i
want print each section on different page on a single click.
Is it possible?
I call this function on button click
function myprint() {
window.parent.Frame1.focus();
window.print();
}
thanks ,
Hemant