3 writes to UpdateMethod
System.Web (3)
UI\WebControls\DetailsView.cs (1)
124
base.
UpdateMethod
= value;
UI\WebControls\FormView.cs (1)
110
base.
UpdateMethod
= value;
UI\WebControls\GridView.cs (1)
153
base.
UpdateMethod
= value;
4 references to UpdateMethod
System.Web (4)
UI\WebControls\CompositeDataBoundControl.cs (1)
24
!String.IsNullOrEmpty(
UpdateMethod
) ||
UI\WebControls\DetailsView.cs (1)
121
return base.
UpdateMethod
;
UI\WebControls\FormView.cs (1)
107
return base.
UpdateMethod
;
UI\WebControls\GridView.cs (1)
150
return base.
UpdateMethod
;