Active Server Pages

Moderators: None (Apply to moderate this forum)
Number of threads: 1763
Number of posts: 4498

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Help needed with form submission Posted by senthilpr_in on 25 Jun 2003 at 10:31 AM
Hi all,

I have a self submitting asp page with server side validation. If the validation fails I'm able to display the appropriate messages and ask the user to fill in the missing details. If the validation passes I redirect to the next page by using

Response.Redirect("nextpage.asp").

But the problem is I'm not able to access any of the form variables in the other page. I'm new to ASP. Please help !

Thanks

Senthil
Report
Re: Help needed with form submission Posted by faustinegeorge on 25 Jun 2003 at 9:31 PM
You will have to pass the values with the querystring like
Response.Redirect("nextpage.asp?formfileld1=value1&formfileld2=value2").

Where formfield1 etc are names of your form fields.

HTH
Faustine
--------
: Hi all,
:
: I have a self submitting asp page with server side validation. If the validation fails I'm able to display the appropriate messages and ask the user to fill in the missing details. If the validation passes I redirect to the next page by using
:
: Response.Redirect("nextpage.asp").
:
: But the problem is I'm not able to access any of the form variables in the other page. I'm new to ASP. Please help !
:
: Thanks
:
: Senthil
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.