Robin Pars, Laurence Moroney, and John Grieb
"Foundations of ASP.NET AJAX"
NET AJAX 98
The
tag supports two child tags: the tag and the
tag. Before moving on to discuss these tags, note the properties of the
UpdatePanel control excluding those inherited from the Control class as listed in Table 5-5.
Table 5-5. UpdatePanel Control Properties
Property Name Method
ChildrenAsTriggers Boolean value indicating whether postbacks from immediate child
controls of an UpdatePanel control update the panel??™s content.
ContentTemplateContainer Returns a control object that you can then use later to add child
controls to.
Controls Returns ControlCollection object that contains the child controls for
the UpdatePanel control.
IsInPartialRendering Indicates whether the UpdatePanel control is being updated because
of an asynchronous postback.
RenderMode Indicates whether an UpdatePanel control??™s content is enclosed in an
HTML