How to call another asp page?

M

Me

I have an asp page accepting input from users Lets say this is form A, form A
passes data to another form (say form B) to validate the data, if its valid
then I want to open up another asp form (say form C) that does some queries
based on data sent by form B.

I need help in opening the form without user intervention meaning, users
should not have to press any key.

Thanks in advance for your help!
-Me
 
C

Curt_C [MVP]

.....automoving options...
Response.Redirect()
Server.Transfer()

Also, you could just set Page1 to post to Page2 to post to Page3
 
T

Turkbear

I have an asp page accepting input from users Lets say this is form A, form A
passes data to another form (say form B) to validate the data, if its valid
then I want to open up another asp form (say form C) that does some queries
based on data sent by form B.

I need help in opening the form without user intervention meaning, users
should not have to press any key.

Thanks in advance for your help!
-Me

How will your users 'tell' the page that all the input has been provided?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top