I'm sorry, I don't understand. I know how to redirect and I know how to
update a database. But I don't understand
"Any logic common to many pages can be placed within the base class or in a
public class and used in any web form."
> I'm sorry, I don't understand. I know how to redirect and I know how to
> update a database. But I don't understand
> "Any logic common to many pages can be placed within the base class or in a
> public class and used in any web form."
When you say, you want to have 2 or more pages post to 1 page, I
suppose you mean that 2 or more pages have a common logic, or not?
Maybe you can tell us in details what sort of application you do and
what do you have on your pages. Thanks!
dancer - 17 Aug 2007 15:12 GMT
If you look at the following Wal-Mart link, you will see that after clicking
"apply now" the user clicks "I agree" from a couple of pages, THEN he is
permitted to fill out a form.
I assume the "I agree" results are kept WITH the other information from the
next form, which is how I would want it. (I would only want ONE "I agree"
page, however. I would want to send the "I agree" answer along with the
form results by email, and maybe to a database. I know how to do the email
and database. I just don't know how to get the info from the "I agree" page
*with* the info from the form.
http://jobsearch.about.com/gi/dynamic/offsite.htm?zi=1/XJ&sdn=jobsearch&cdn=care
ers&tm=8&gps=107_376_1019_715&f=00&su=p554.2.150.ip_p560.3.150.ip_p664.2.420.ip_
&tt=11&bt=0&bts=1&zu=https%3A//hiringcenter.walmartstores.com/OnlineHiringCenter
/initialPage.jsp
Thanks
>> I'm sorry, I don't understand. I know how to redirect and I know how to
>> update a database. But I don't understand
[quoted text clipped - 6 lines]
> Maybe you can tell us in details what sort of application you do and
> what do you have on your pages. Thanks!