Anthem.IUpdatableControl Interface Reference

Controls that implement this interface can have their HTML updated on the client page after a call back returns. More...

Inheritance diagram for Anthem.IUpdatableControl:

Anthem.AdRotator Anthem.BulletedList Anthem.Button Anthem.Calendar Anthem.CheckBox Anthem.CheckBoxList Anthem.CompareValidator Anthem.CustomValidator Anthem.DataGrid Anthem.DataList Anthem.Debugger Anthem.DetailsView Anthem.DropDownList Anthem.FileUpload Anthem.FormView Anthem.GridView Anthem.HiddenField Anthem.HyperLink Anthem.Image Anthem.ImageButton Anthem.Label Anthem.LinkButton Anthem.ListBox Anthem.MultiView Anthem.Panel Anthem.PlaceHolder Anthem.RadioButton Anthem.RadioButtonList Anthem.RangeValidator Anthem.RegularExpressionValidator Anthem.Repeater Anthem.RequiredFieldValidator Anthem.Table Anthem.TextBox Anthem.ValidationSummary Anthem.WebPartZone List of all members.

Properties

bool UpdateAfterCallBack [get, set]
 Gets or sets a value which indicates whether the control should be updated after the current callback. Also see AutoUpdateAfterCallBack.
bool AutoUpdateAfterCallBack [get, set]
 Gets or sets a value indicating whether the control should be updated after each callback. Also see UpdateAfterCallBack.

Detailed Description

Controls that implement this interface can have their HTML updated on the client page after a call back returns.

Definition at line 9 of file IUpdatableControl.cs.


Property Documentation

bool Anthem.IUpdatableControl.UpdateAfterCallBack [get, set]

Gets or sets a value which indicates whether the control should be updated after the current callback. Also see AutoUpdateAfterCallBack.

true if the the control should be updated; otherwise, false. The default is false.

            this.Label = "Count = " + count;
            this.Label.UpdateAfterCallBack = true;

Implemented in Anthem.AdRotator, Anthem.BulletedList, Anthem.Button, Anthem.Calendar, Anthem.CheckBox, Anthem.CheckBoxList, Anthem.CompareValidator, Anthem.CustomValidator, Anthem.DataGrid, Anthem.DataList, Anthem.Debugger, Anthem.DetailsView, Anthem.DropDownList, Anthem.FileUpload, Anthem.FormView, Anthem.GridView, Anthem.HiddenField, Anthem.HyperLink, Anthem.Image, Anthem.ImageButton, Anthem.Label, Anthem.LinkButton, Anthem.ListBox, Anthem.MultiView, Anthem.Panel, Anthem.PlaceHolder, Anthem.RadioButton, Anthem.RadioButtonList, Anthem.RangeValidator, Anthem.RegularExpressionValidator, Anthem.Repeater, Anthem.RequiredFieldValidator, Anthem.Table, Anthem.TextBox, Anthem.ValidationSummary, and Anthem.WebPartZone.

Definition at line 25 of file IUpdatableControl.cs.

Referenced by Anthem.Manager.WriteBeginControlMarker(), and Anthem.Manager.WriteEndControlMarker().

bool Anthem.IUpdatableControl.AutoUpdateAfterCallBack [get, set]

Gets or sets a value indicating whether the control should be updated after each callback. Also see UpdateAfterCallBack.

true if the the control should be updated; otherwise, false. The default is false.

            <anthem:Label id="label" runat="server" AutoUpdateAfterCallBack="true" />

Implemented in Anthem.AdRotator, Anthem.BulletedList, Anthem.Button, Anthem.Calendar, Anthem.CheckBox, Anthem.CheckBoxList, Anthem.CompareValidator, Anthem.CustomValidator, Anthem.DataGrid, Anthem.DataList, Anthem.Debugger, Anthem.DetailsView, Anthem.DropDownList, Anthem.FileUpload, Anthem.FormView, Anthem.GridView, Anthem.HiddenField, Anthem.HyperLink, Anthem.Image, Anthem.ImageButton, Anthem.Label, Anthem.LinkButton, Anthem.ListBox, Anthem.MultiView, Anthem.Panel, Anthem.PlaceHolder, Anthem.RadioButton, Anthem.RadioButtonList, Anthem.RangeValidator, Anthem.RegularExpressionValidator, Anthem.Repeater, Anthem.RequiredFieldValidator, Anthem.Table, Anthem.TextBox, Anthem.ValidationSummary, and Anthem.WebPartZone.

Definition at line 40 of file IUpdatableControl.cs.


The documentation for this interface was generated from the following file:
Generated on Wed Mar 14 23:50:40 2007 for Anthem by  doxygen 1.5.1-p1