> don_kitchen
// TODO: write witty tagline
โ† cd ..

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.