SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 160 | Next

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
or element.
RequiresUpdate Indicates whether the content of the UpdatePanel control will be
updated.
UpdateMode Indicates when an UpdatePanel control??™s content is updated.


Pages:
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172