3 references to DataControlFieldCell
System.Web (3)
UI\WebControls\DetailsView.cs (2)
2748
DataControlFieldCell contentCell = new
DataControlFieldCell
(field);
2756
DataControlFieldCell headerTextCell = new
DataControlFieldCell
(field);
UI\WebControls\GridView.cs (1)
3344
cell = new
DataControlFieldCell
(fields[i]);