G
Guest
Hi all,
I am implementing a "Print this Page" function in my ASP.NET application.
This function should print a part of the page and I would like to use an
MSDN Style "Print this Page".
I'm going to explain what I would like to do.
Clicking on the print button I would like to show immediately the print
dialog without open a new window with the text formatted for printing.
Now if I implement the window.open() on the onclick event of the button it
works like I want but it prints the entire page instead of printing the
portion of a page I want.
I know this is normal, but I would like to implement a behavior like MSDN to
print a part of the web form with just a click without open any additional
window.
For an example of what I am saying check this MSDN article and try to print
it.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/AppArchCh2.asp
Thank you all
I am implementing a "Print this Page" function in my ASP.NET application.
This function should print a part of the page and I would like to use an
MSDN Style "Print this Page".
I'm going to explain what I would like to do.
Clicking on the print button I would like to show immediately the print
dialog without open a new window with the text formatted for printing.
Now if I implement the window.open() on the onclick event of the button it
works like I want but it prints the entire page instead of printing the
portion of a page I want.
I know this is normal, but I would like to implement a behavior like MSDN to
print a part of the web form with just a click without open any additional
window.
For an example of what I am saying check this MSDN article and try to print
it.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/AppArchCh2.asp
Thank you all