ASP.NET MVC 2 A question about an Asynchronous Controller

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-06-09T21:59:42Z Indexed on 2010/06/09 22:02 UTC
Read the original article Hit count: 139

Filed under:
|

Hi, I'm wondering about one thing - let's assume that the user clicks a button, and the asynch controller's action is invoked. What happens, when the asynchronous action takes e.g. 10 seconds? The user has to wait 10 seconds to view the result of the action? If so, are the asynch controllers really helpful ?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about asynchronous