Auto save Asp.net form values Asynchronously

Note: Cross posted from Vijay Kodali's Blog.
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. : ...

3 Comments

  • please give me explanation and source code for auto save in asp.net using c#

  • I have taken tab control and passed some controls like userid,username and radiobutton list i.e. two items i have taken in this list and i want  to save in to database after writing the code in savebutton click event...it is not saving..so can you please provide sorce code for this one

  • Code posted here..
    http://www.vijaykodali.com/post/2009/11/Auto-save-Aspnet-web-form-values-Asynchronously.aspx

Comments have been disabled for this content.