Saving on the last page????
677690Feb 16 2009 — edited May 26 2009 Hello All,
I have few pages into the application, first pages displays list of student_name from DB, also user can edit the existing student(by clicking on edit button) and can enrol a new student with a "enroll new" button on the same 1st page.
Now on the 2nd page, user fill student details(when he clicks on Enroll new, button of the 1st page) into the form(this form is related with a separate table of the DB) and hit NEXT button of the 2nd page...... and in the same way 3rd,4th .... etc pages with some more details of the same new student details..... (In short I'm asking the user to Enroll a new student with page by page information & saving the form vice saving into the DB).....
I have created the above application, user will fills information on the page those details will be saved into the DB when he/she clicks on NEXT button the same page, but now I want to do the same application with slit modification... meaning I don't want save details into the DB page-by-page, for temporary I want to save the details of the each page form into the memory and on the final page when the user hits FINISH button than only approiate details of the pages shuld be saved into all the DB tables, if from the user closes the browser or anything else without entering the FINISH button nothing will be stored into the DB table.
can anybody help me with a small example... how to saved details of the form into the temporary memory and saving all the details altogether at the final page with a FINISH button..?????
appreciated
regards,
Kumar