> 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.