4 references to ChildTable
System.Web (4)
UI\WebControls\DataGrid.cs (1)
1100
Table table = new
ChildTable
(String.IsNullOrEmpty(ID) ? null : ClientID);
UI\WebControls\DetailsView.cs (1)
2137
return new
ChildTable
(String.IsNullOrEmpty(ID) ? null : ClientID);
UI\WebControls\FormView.cs (1)
1832
return new
ChildTable
(String.IsNullOrEmpty(ID) ? null : ClientID);
UI\WebControls\GridView.cs (1)
2319
return new
ChildTable
(String.IsNullOrEmpty(ID) ? null : ClientID);