6 references to Always
System.Web.Extensions (6)
UI\UpdatePanel.cs (6)
42
private UpdatePanelUpdateMode _updateMode = UpdatePanelUpdateMode.
Always
;
159
if (_explicitUpdate || (UpdateMode == UpdatePanelUpdateMode.
Always
)) {
229
DefaultValue(UpdatePanelUpdateMode.
Always
),
236
if (value < UpdatePanelUpdateMode.
Always
|| value > UpdatePanelUpdateMode.Conditional) {
352
if (!ChildrenAsTriggers && UpdateMode == UpdatePanelUpdateMode.
Always
) {
440
if (UpdateMode == UpdatePanelUpdateMode.
Always
) {