<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Help needed with form submission' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Help needed with form submission' posted on the 'Active Server Pages' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 06:25:53 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 06:25:53 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Help needed with form submission</title>
      <link>http://www.programmersheaven.com/mb/aspfaq/197361/197361/help-needed-with-form-submission/</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
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 &lt;br /&gt;
&lt;br /&gt;
Response.Redirect("nextpage.asp").&lt;br /&gt;
&lt;br /&gt;
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 !&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
&lt;br /&gt;
Senthil&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/aspfaq/197361/197361/help-needed-with-form-submission/</guid>
      <pubDate>Wed, 25 Jun 2003 10:31:23 -0700</pubDate>
      <category>Active Server Pages</category>
    </item>
    <item>
      <title>Re: Help needed with form submission</title>
      <link>http://www.programmersheaven.com/mb/aspfaq/197361/197464/re-help-needed-with-form-submission/#197464</link>
      <description>You will have to pass the values with the querystring like &lt;br /&gt;
Response.Redirect("nextpage.asp?formfileld1=value1&amp;amp
;formfileld2=value2").&lt;br /&gt;
&lt;br /&gt;
Where formfield1 etc are names of your form fields.&lt;br /&gt;
&lt;br /&gt;
HTH&lt;br /&gt;
Faustine&lt;br /&gt;
--------&lt;br /&gt;
: Hi all,&lt;br /&gt;
: &lt;br /&gt;
: 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 &lt;br /&gt;
: &lt;br /&gt;
: Response.Redirect("nextpage.asp").&lt;br /&gt;
: &lt;br /&gt;
: 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 !&lt;br /&gt;
: &lt;br /&gt;
: Thanks &lt;br /&gt;
: &lt;br /&gt;
: Senthil&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/aspfaq/197361/197464/re-help-needed-with-form-submission/#197464</guid>
      <pubDate>Wed, 25 Jun 2003 21:31:28 -0700</pubDate>
      <category>Active Server Pages</category>
    </item>
  </channel>
</rss>