ASP.NET Ajax simultaneous PageMethods

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-03-15T19:37:23Z Indexed on 2010/03/15 19:39 UTC
Read the original article Hit count: 343

Filed under:
|

Hello,

Can I call a PageMethod and then call another PageMethod before the first has finished? Are concurrent calls to PageMethods allowed?

Thanks

AJ

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX