Quote:
Originally Posted by Shanks
First you need to decide on where you are going to save the current Id, text file, database, .dat file. Then when you load the form you need to parse what ever file you have decided to use, apply the current number to a session variable and then just increment it each time you push your radio button.
Making any sense??
If not let me know and i'll post some psuedo-code.
|
Yeap it make sense. But I don't know how to use the increment method. It will be better if you can provide some code =). The ID is taken from a table, and it's the primary key. And all the table is saved into that table too.