6 references to
System.Web (6)
UI\WebControls\DataGrid.cs (2)
1791cells[j].Visible = false; 1810cells[j].MergeStyle(cellStyle);
UI\WebControls\DetailsView.cs (2)
2225((DataControlField)fields[i]).ExtractValuesFromCell(newValues, rows[i].Cells[cellIndex] as DataControlFieldCell, rows[i].RowState, includeReadOnlyFields); 3327contentFieldCell = row.Cells[contentCellIndex] as DataControlFieldCell;
UI\WebControls\GridView.cs (1)
2762((DataControlField)fieldsArray[i]).ExtractValuesFromCell(newValues, row.Cells[i] as DataControlFieldCell, row.RowState, includeReadOnlyFields);
UI\WebControls\LayoutTable.cs (1)
48return (TableCell)Rows[row].Cells[column];