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