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