Ajax-based data loading using jQuery in ASP.NET
Β·1 min read
βββ
Great article to check out! Ajax-based data loading using jQuery.load() function in ASP.NET - Hajan Selmani takes a back to basics look at using jQuery to load partial chunks of HTML from a page using Ajax and insert them into the current page, providing a nice way of lighting up a web application with an βAjaxβ feel whilst easily maintaining non-ajax support.