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.