Using jQuery instead of AJAX to mimic UpdatePanel functionality

I am developing an asp.net web application and supporting jQuery plugins for any aspect of my interface. But unfortunately, I have to use AJAX only for UpdatePanel to enable partial rendering. Is there a way to use jQuery to partially render and operate such an UpdatePanel?

+3
source share
2 answers

No no.

UpdatePanel is closely related to the ASP.Net and ViewState rendering engine; It cannot be replicated using jQuery.

UpdatePanel AJAX ASHX. ( - ASP.Net)

0

, UFRAME.

jQuery 1.3.2 , , @ initContainers.

0

Source: https://habr.com/ru/post/1748763/


All Articles