Click to See Complete Forum and Search --> : multi page forms?


hamilton burger
01-09-2004, 07:43 AM
hoping you guys can help. Im trying to create a multipage application form using ASP. Can anyone advise me how to go about this. I understand hidden form fields are the way to go, but am aware that there are alternatives. If anyone could point me at an example on the web, or a tutorial, thatd be great too.

PeOfEo
01-09-2004, 05:22 PM
query strings, and just making new objects visible="true" and old ones visible="false", it is technically one page but it causes the page to resend all the stuff to the server so it is like having multipages to the user. Your best bet is passing one or two variables in a query string.