Calling Action Procedures

Posts   
 
    
lotek
User
Posts: 56
Joined: 14-Sep-2005
# Posted on: 11-Jan-2006 00:07:43   

Im not sure this entirely has to do with llblgen but here goes...

I have some stored procedures that take approx 30 min to complete. I want to be able to call them from a webpage but not necessarily have the asp.net page loading / person waiting while the procedure completes. Any way to do this?

Thanks Matt

Paul.Lewis
User
Posts: 147
Joined: 22-Aug-2005
# Posted on: 11-Jan-2006 04:47:16   

1 possibility:

MSDN ran an article several months ago talking about "Client Callbacks" and ASP.NET 2.0. In the article they gave an example of how to use this technique in ASP.NET 1.1 as well, but stated that in 2.0 it was much easier. I did a quick Google search and found this article that describes how to implement the technique.

http://www.dotnetjunkies.com/Tutorial/E80EC96F-1C32-4855-85AE-9E30EECF13D7.dcik