I just found a very good article. Well, at least that's my opinion.
http://www.dotnetbips.com/displayarticle.aspx?id=79
What do you think?
Miguel
"avnrao" <avn@newsgroups.com> wrote in message
news:#MOP8teMEHA.2508@TK2MSFTNGP10.phx.gbl...[color=blue]
> on click of submit button on page 1, post the form to Page 2 (set
> action=Page2).
> read all your variables in Page 2 page_load and put them in hidden[/color]
variables[color=blue]
> in page 2.
> next on submit of page 2 read all variables.
>
> Av.
> "Miguel Dias Moura" <web001@27NOSPAMlamps.com> wrote in message
> news:eACQSoeMEHA.3400@TK2MSFTNGP09.phx.gbl...[color=green]
> > Hello,
> >
> > i have an ASP.net / VB page with a Script (submitValues) and a Form.
> >
> > 1. The form has 20 input texts and a "Submit" button.
> > 2. The script declares 20 variables. The value of each variable is taken
> > from each of the 20 input texts.
> > 3. When the button "Submit" is click the variable values are sent to an
> > email address using AspNetEmail.
> >
> > As an example, the button code is this one:
> > <asp:Button ID="submit" runat="server" OnClick="submitValues"
> > Text="Submit"/>
> >
> > What i want is to create 2 Pages:
> > A. Page1.aspx where i put 10 input texts.
> > B. Page2.aspx where i put the other 10 input texts.
> >
> > When i click the button in Page1, the form values are sent to Page2.
> > When i click the button in Page2, the form values of Page1 (received)[/color][/color]
and[color=blue][color=green]
> > the form values of Page2 (inserted) will be sent by email using the[/color][/color]
script[color=blue][color=green]
> > i
> > mentioned.
> >
> > Can you help me out?
> >
> > Thanks,
> >
> >
> >[/color]
>
>[/color]