|
 |
aspx_beginners thread: Form Submission in ASP.NET
Message #1 by bhanup@m... on Mon, 8 Jul 2002 09:12:15
|
|
Hi,
I have been working in ASP for sometime now. Now, I am trying to get into
ASP.NET. How do I do a form submission in ASP.NET? How do I set
the 'action' property for the form?? Do I have to get into HTML mode of
the aspx form to set it?? How can I collect the values from the controls
in the target form or page?? (we used to get through request.form in ASP)
Please help me.
Thank you.
Bhanu
Message #2 by "jeby" <jeby@c...> on Tue, 9 Jul 2002 10:05:06 +0530
|
|
Similar answer was given some days back.
To post the data between forms you have to use response.redirect and
session variables.
-----Original Message-----
From: bhanup@m... [mailto:bhanup@m...]
Sent: Monday, July 08, 2002 9:12 AM
To: aspx_beginners
Subject: [aspx_beginners] Form Submission in ASP.NET
Hi,
I have been working in ASP for sometime now. Now, I am trying to get
into
ASP.NET. How do I do a form submission in ASP.NET? How do I set
the 'action' property for the form?? Do I have to get into HTML mode of
the aspx form to set it?? How can I collect the values from the controls
in the target form or page?? (we used to get through request.form in
ASP)
Please help me.
Thank you.
Bhanu
|
|
 |