Hi, I am writing an asp page that builds a page based on the post/submitted
data. then the user must make some more selections and post/submit again.
Is there an easy way that when the page is submitted the 2nd time it posts
all the new data PLUS all the data that was submitted to it?

Any help would be appreciated

Chris Coho
ccoho@jrwald.com

Re: resend post data by Ray

Ray
Wed Sep 17 10:45:26 CDT 2003

For what reason?

You can carry the data from one page to the next and put the data in hidden
inputs, cookies, session variables, or a database.

Ray at work

"Chris Coho, Jr." <ccoho@jrwald.com> wrote in message
news:uhjN65SfDHA.3104@TK2MSFTNGP11.phx.gbl...
> Hi, I am writing an asp page that builds a page based on the
post/submitted
> data. then the user must make some more selections and post/submit again.
> Is there an easy way that when the page is submitted the 2nd time it posts
> all the new data PLUS all the data that was submitted to it?
>
> Any help would be appreciated
>
> Chris Coho
> ccoho@jrwald.com
>
>



Re: resend post data by Chris

Chris
Wed Sep 17 11:50:56 CDT 2003

well, what i'm doing is creating formated letters and faxes based on user
input

the user enters all of the needed data and submits it, the page then formats
it and displays the data in a preview with 2 buttons, print and save. What
i want to do is when clicking print or save it reloads itslef without the
buttons and then either prints or saves, but if i'm just submiting the new
data it won't have the data submitted the first time, do you see what i
mean?

i didn't want to go throught the hassle of appending each data field onto
the url to send or fill out hidden inputs it if there was an easy way to
just resend all the other data with the new data without parsing every
variable.

thanks anyways


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eLv93KTfDHA.1736@TK2MSFTNGP12.phx.gbl...
> For what reason?
>
> You can carry the data from one page to the next and put the data in
hidden
> inputs, cookies, session variables, or a database.
>
> Ray at work
>
> "Chris Coho, Jr." <ccoho@jrwald.com> wrote in message
> news:uhjN65SfDHA.3104@TK2MSFTNGP11.phx.gbl...
> > Hi, I am writing an asp page that builds a page based on the
> post/submitted
> > data. then the user must make some more selections and post/submit
again.
> > Is there an easy way that when the page is submitted the 2nd time it
posts
> > all the new data PLUS all the data that was submitted to it?
> >
> > Any help would be appreciated
> >
> > Chris Coho
> > ccoho@jrwald.com
> >
> >
>
>