If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > inserting data from 3 different forms

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-04, 00:22
devonnicious devonnicious is offline
Registered User
 
Join Date: Mar 2004
Posts: 18
inserting data from 3 different forms

im trying to insert data from 3 different pages but the 3 forms all share the same name. how is it possible to do so ? i tried to create sessions for each textfield in the 3 forms but it doesnt seem to work. i tried to print the employeeID using <%Response.Write(Session("employeeID"))&> to see whether the data ive entered in the previous form is captured but nothing comes out .

thanks alot !
Reply With Quote
  #2 (permalink)  
Old 07-07-04, 02:00
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Perhaps put in a hidden field in each of the forms that uniquely identifies that form.

<input type="hidden" name="FormIdentifier" value="RepForm">
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 07-14-04, 17:00
DBA_Rahul DBA_Rahul is offline
Registered User
 
Join Date: May 2004
Location: bangalore
Posts: 270
yes, that will do
__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On