2 writes to InsertMethod
System.Web (2)
UI\WebControls\DetailsView.cs (1)
160base.InsertMethod = value;
UI\WebControls\FormView.cs (1)
146base.InsertMethod = value;
4 references to InsertMethod
System.Web (4)
UI\WebControls\CompositeDataBoundControl.cs (1)
26!String.IsNullOrEmpty(InsertMethod);
UI\WebControls\DetailsView.cs (1)
157return base.InsertMethod;
UI\WebControls\FormView.cs (1)
143return base.InsertMethod;
UI\WebControls\GridView.cs (1)
4422modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);