|
From: Stefan D S. <ste...@us...> - 2004-08-01 00:07:49
|
All, I have a situation where the functionality behind the 'delete' buttons on my form takes some time to process therefore the user just sits there and wait until the success view comes back. Is there any asynchronous way to hand off this processing and return the success view immediately that is built into the framework, or would I have to do this with a separate thread or using other techniques? Thank you. |