Printing from web forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    Printing from web forms

    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.
  • Mike

    #2
    RE: Printing from web forms

    Please one of you smart guys let me know if I can do this......

    "Mike" wrote:
    [color=blue]
    > 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.[/color]

    Comment

    Working...