Using jQuery instead of AJAX to simulate UpdatePanel functionality.

Posted by Mehdi on Stack Overflow See other posts from Stack Overflow or by Mehdi
Published on 2010-06-06T19:39:21Z Indexed on 2010/06/06 19:42 UTC
Read the original article Hit count: 249

Filed under:
|
|
|
|

Hi, I am developing an asp.net web application and stand on jQuery plug-ins for any aspects of my Interface. But unfortunately I have to use AJAX only for its UpdatePanel to enable partial rendering. Is there any way to use jQuery for partial rendering and act such an UpdatePanel?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET