Printing from web forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a VS 2003 project (VB) that has 3 web forms. The first form (page 1)
collects variables from the user via radio buttons and dropdown list then
call a second form (page 2). The second form creates a number of charts,
graphs and text boxes using the data collected from the user.

Here is where my problem is; I need to have a button the user can click that
will do the following:

1. Print out the webpage (page2) with the following settings:
a. landscape
b. set the margins to .75 on all sides.

2. Once the print job has completed open the third page.

Thanks in advance for any help given.
 
Back
Top