|
Define the role of the UpdatePanel?
|
|
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.
|
|
|
|
|
|
|
|