I am running a large multi-record form over the web. Our users keep getting timed-out of the form after entering large amounts of data and are understandably upset. I want to know if there is any way to commit(or post) part of the data entered to the database periodically to keep the database session alive. I want to avoid splitting the form into many smaller forms because that is a very ugly solution. I tried POSTing to the database, but after that is completed, control is passed to the next form and doesn't allow the user to enter more information. Is there a way to allow the user (maybe via the save button) to save the records entered up to a certain point and continue entering information on the rest of the form?
Any help would be appreciated.
Thank you.
Any help would be appreciated.
Thank you.