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