17 references to ItemType
System.Web (14)
UI\WebControls\CheckBoxList.cs (2)
231if (!DesignMode && !String.IsNullOrEmpty(ItemType)) { 232DataBoundControlHelper.EnableDynamicData(this, ItemType);
UI\WebControls\DataBoundControl.cs (1)
536modelDataSource.UpdateProperties(ItemType, SelectMethod);
UI\WebControls\DetailsView.cs (3)
2975if (!DesignMode && !String.IsNullOrEmpty(ItemType)) { 2976DataBoundControlHelper.EnableDynamicData(this, ItemType); 3575modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);
UI\WebControls\FormView.cs (3)
2611if (!DesignMode && !String.IsNullOrEmpty(ItemType)) { 2612DataBoundControlHelper.EnableDynamicData(this, ItemType); 3021modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);
UI\WebControls\GridView.cs (3)
3645if (!DesignMode && !String.IsNullOrEmpty(ItemType)) { 3646DataBoundControlHelper.EnableDynamicData(this, ItemType); 4422modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);
UI\WebControls\RadioButtonList.cs (2)
303if (!DesignMode && !String.IsNullOrEmpty(ItemType)) { 304DataBoundControlHelper.EnableDynamicData(this, ItemType);
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
2824if (!DesignMode && !String.IsNullOrEmpty(ItemType)) { 2825DataBoundControlHelper.EnableDynamicData(this, ItemType); 3302modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);