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