13 references to EmptyDataRow
System.Web (13)
UI\WebControls\DetailsView.cs (3)
1640
_rowsArray.Add(CreateRow(0, DataControlRowType.
EmptyDataRow
, DataControlRowState.Normal, null, rows, null));
2781
case DataControlRowType.
EmptyDataRow
:
3304
case DataControlRowType.
EmptyDataRow
:
UI\WebControls\FormView.cs (3)
1407
_row = CreateRow(0, DataControlRowType.
EmptyDataRow
, DataControlRowState.Normal, rows, null);
2410
case DataControlRowType.
EmptyDataRow
:
2826
case DataControlRowType.
EmptyDataRow
:
UI\WebControls\GridView.cs (7)
2042
CreateRow(-1, -1, DataControlRowType.
EmptyDataRow
, DataControlRowState.Normal, dataBinding, null, new DataControlField[0], rows, null);
2118
CreateRow(-1, -1, DataControlRowType.
EmptyDataRow
, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
2264
CreateRow(-1, -1, DataControlRowType.
EmptyDataRow
, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
3318
if (rowType == DataControlRowType.
EmptyDataRow
) {
3371
case DataControlRowType.
EmptyDataRow
:
4050
case DataControlRowType.
EmptyDataRow
:
4059
if ((row.RowType != DataControlRowType.Pager) && (row.RowType != DataControlRowType.
EmptyDataRow
)) {