[wdvltalk] Re: Multi Page ASP Forms

2003-08-14 Thread wwwpages
I am after some advice on the best way to handle multi page ASP forms. I have searched around a little and their seems to be three alternatives - hidden fields, cookies or session variables. What are the benefits or disadvantages of each method in your opinion? My form will be probably 5 or so

[wdvltalk] Re: Multi Page ASP Forms

2003-08-14 Thread Robert M. Teague
Are you using traditional ASP or ASP.NET? My suggestion would be: 1.) Create two tables with matching fields (with all the required fields). On one table use the Session ID as the key - temp table, and on the other table use a unique ID (an Identity field or GUID) - permanent table. Note: create