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