shotsy247
02-06-2009, 08:47 AM
Hi All,
I have a group of forms on a page that get submitted one after the other on a single click of the submit button.
I'm told that the rapidness in which these forms get submitted may cause some issues with the service to which they are being submitted. If that's the case, what the service is doing is beyond my control (not a web service BTW).
Is it possible to collect the data from the forms and delay the submission to the service using ASP even if the page containing the forms has been closed? I think a stored procedure on the DB is beyond what can be done here.
Thanks in advance.
_t
I have a group of forms on a page that get submitted one after the other on a single click of the submit button.
I'm told that the rapidness in which these forms get submitted may cause some issues with the service to which they are being submitted. If that's the case, what the service is doing is beyond my control (not a web service BTW).
Is it possible to collect the data from the forms and delay the submission to the service using ASP even if the page containing the forms has been closed? I think a stored procedure on the DB is beyond what can be done here.
Thanks in advance.
_t