Auto save Asp.net form values Asynchronously
Permalink
In this article, I will explain how to save Asp.Net page values asynchronously (aka Gmail style of saving mail drafts).
Introduction:In the past, Web applications were known for having less usable, less responsive user interfaces. AJAX changed all of that. The application can work asynchronously and the user doesn't have to sit and wait for pages to refresh. : ...