PartialUpdatePanel got some massive improvements in the current release!
Here are some of them
Attention: If you use this version, you have to make some changes in your code:
new iucon.web.Controls.ParameterCollection()
is no longer supported. Use
iucon.web.Controls.ParameterCollection.Instance
instead
You can find an updated version of the PartialUpdatePanel ASP.NET-Control here:
So what is the PartialUpdatePanel?
The PartialUpdatePanel provides real partial rendering of ASP.NET pages. By using this control you can experience performance improvements compared to ASP.NET AJAX UpdatePanel, because not all page data needs to be transferred. Only a minimal set of data is being transported between the client and the server before your UserControl is made fully functionable.
Usage scenarios
Exemplary scenarios for the usage of the PartialUpdatePanel are:
More information and a version history can be found here:
http://www.codeplex.com/PartialUpdatePanel.
On codeproject I wrote an indepth technical article how the PartialUpdatePanel works:
http://www.codeproject.com/KB/ajax/PartialUpdatePanel.aspx