Request.form

B

bbawa1

I have a classic asp page (webfor1.asp). I did this

<form action="ProcessForm.aspx" method="post" name="twcForm"
id="twcForm">

<td><input name="fvFirstName" type="text" id="fvFirstName"
size="20" ></td>

<td><input name="fvLastName" type="text" id="fvLastName"
size="20"></td>

and in proceesForm.aspx page I have to get the data from input fields
"fvFirstName" and "fvLastName" and have to show that data in some
lables in processForm.aspx.

Should I use Request.form("fvFirstName"). but where I have to use
this form objects in ProcessForm.aspx. and How can I reffer
ProcessForm.aspx to Webform1.asp

Thanks a lot.
 
G

Guest

I have a classic asp page (webfor1.asp). I did this

<form action="ProcessForm.aspx" method="post" name="twcForm"
id="twcForm">

<td><input name="fvFirstName" type="text" id="fvFirstName"
size="20" ></td>

<td><input name="fvLastName" type="text" id="fvLastName"
size="20"></td>

and in proceesForm.aspx page I have to get the data from input fields
"fvFirstName" and "fvLastName" and have to show that data in some
lables in processForm.aspx.

Should I use Request.form("fvFirstName"). but where I have to use
this form objects in ProcessForm.aspx. and How can I reffer
ProcessForm.aspx to Webform1.asp

Thanks a lot.

http://groups.google.com/group/micr....aspnet/browse_thread/thread/f5addf17bc2a9da2
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top