Saved Bookmarks
| 1. |
Explain The Updatepanel? |
|
Answer» The UpdatePanel enables you to add AJAX functionality to existing ASP.NET APPLICATIONS. It can be used to update CONTENT in a page by using Partial-page rendering. By using Partial-page rendering, you can REFRESH only a selected part of the page instead of refreshing the WHOLE page with a postback. The UpdatePanel enables you to add AJAX functionality to existing ASP.NET applications. It can be used to update content in a page by using Partial-page rendering. By using Partial-page rendering, you can refresh only a selected part of the page instead of refreshing the whole page with a postback. |
|