1 type derived from ChildTable
System.Web (1)
UI\WebControls\Wizard.cs (1)
2951private class WizardChildTable : ChildTable {
5 instantiations of ChildTable
System.Web (5)
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);
UI\WebControls\LoginUtil.cs (1)
70return new ChildTable(2);