Wednesday, September 12, 2012

Partial Page Rendering

Partial Page Rendering

Partial page removes the unnecessary loading whole page as a result of a postback. Instead, only particular regions of the page that have changed are updated. As a result, we do not see the whole page reload with every postback which make more user interaction with the web page.
For example, while updating cricket score refresh button is used to update the score. In this case, only score part of a page is only updated.

We can do in .NET framework by extending exiting ASP.NET application with AJAX and incorporates AJAX functionality.

No comments:

Copyright © Codingnodes,2014.All Rights Reserved.