Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How to call another asp page?

Reply
Thread Tools

How to call another asp page?

 
 
Me
Guest
Posts: n/a
 
      10-27-2005
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
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      10-27-2005
.....automoving options...
Response.Redirect()
Server.Transfer()

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

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com



"Me" wrote:

> 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

 
Reply With Quote
 
 
 
 
Turkbear
Guest
Posts: n/a
 
      10-27-2005
On Thu, 27 Oct 2005 10:39:09 -0700, "Me" <> wrote:

>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?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Call Manager limit call duration nazgulero Cisco 0 10-25-2005 06:58 AM
Another basic question: How to call and show one Web Form from another Web Form? Rob R. Ainscough ASP .Net Web Controls 3 06-14-2005 03:56 PM
How to make landline call to another landline then out call long distance? jt VOIP 6 01-30-2005 03:57 AM
help: need to call call web service from java bill sandner Java 1 07-01-2004 02:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57