Inheritance diagram for Anthem.IUpdatableControl:
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. |
Definition at line 9 of file IUpdatableControl.cs.
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.