ASP.NET AJAX: Difference between revisions

Content deleted Content added
Line 29:
* Template Engine – Allows displaying data on the client side by using HTML templates and a custom binding notation. This approach avoids performing page rendering on the server side.
* Declarative instantiation of client components – Allows registration, instantiation and configuration of client components using markup code, without writing any imperative JavaScript code.
* Live Bindings – Synchronize "elementelements propertiesproperty".
 
==The UpdatePanel Control==