mike mcintyre's

.N e t J o u r n a l

vbCity Blogs moved to:
http://cs.vbcity.com/blogs
  Home :: Syndication  :: Login

OctNovember 2009Dec
SMTWTFS
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Archives

Topics

Source Code

 

VB Source Code:      AJAXBeta2UpdatePanelNested_VB.zip

C# Source Code:     AJAXBeta2UpdatePanelNested_CS.zip

This is the third in a series of blog posts about Microsoft ASP.Net AJAX, a new web development technology from Microsoft.

The first and second post in this series introduced Ajax technologies and Microsoft AJAX, and, in a 'Hello World' example, introduced the UpdatePanel server control.

Nest UpdatePanel Controls

UpdatePanel controls can be nested.

Nesting an UpdatePanel within another UpdatePanel gives a finer level of control over partial page rendering.

If a parent UpdatePanel is refreshed, all nested UpdatePanels are also refreshed as well.

If a nested UpdatePanel is refreshed its parent UpdatePanel is by default, not refreshed.

The source code included with this post (see download links above) demonstrates how to implement partial page rendering with the ASP.NET 2.0 ScriptManager and an UpdatePanel containing a nested UpdatePanel control. Additional comments about these controls is included in the example page and source code.

The source code was created with ASP.NET AJAX 1.0 Beta 2 which is available at -> The Official Microsoft ASP.Net AJAX Website

The next post in this series will delve more deeply into partial page rendering with the UpdatePanel control.

For more information and FREE Microsoft ASP.NET Ajax installers visit -> The Official Microsoft ASP.Net AJAX Website

mike mcintyre    http://www.getdotnetcode.com

posted on Monday, November 20, 2006 8:56 AM