3 writes to DeleteMethod
System.Web (3)
UI\WebControls\DetailsView.cs (1)
142base.DeleteMethod = value;
UI\WebControls\FormView.cs (1)
128base.DeleteMethod = value;
UI\WebControls\GridView.cs (1)
171base.DeleteMethod = value;
4 references to DeleteMethod
System.Web (4)
UI\WebControls\CompositeDataBoundControl.cs (1)
25!String.IsNullOrEmpty(DeleteMethod) ||
UI\WebControls\DetailsView.cs (1)
139return base.DeleteMethod;
UI\WebControls\FormView.cs (1)
125return base.DeleteMethod;
UI\WebControls\GridView.cs (1)
168return base.DeleteMethod;