
May 15th, 2000, 07:23 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
<i><b>Originally posted by : merLin (driggins@lockbox.com)</b></i><br />V. Ganapathy,<br /><br />I had a similar task and I did the following:<br /><br /> created an dictionary object with empty values in the variables. Had the form posting to the page use an update method for the dictionary, and then just call the dictionary objects in your final processing page.<br /><br />If you need sample code on how to do this email me and I'll give it to you or post it.<br /><br /> Hope this Help(s)/(ed)<br /><br />merLin<br /><br /><br />------------<br />V.Ganapathy at 5/15/2000 8:00:32 AM<br /><br />I am posting data from 2 or more pages (cannot fit all data into 1 page) to a third page and perform calculations using all the data..<br />How can I do this? should I create text files for the variables or pass on data from 1 form to another and to another..<br />thanks<br /><br />
|