3 references to FindControl
System.Web (3)
UI\WebControls\CreateUserWizard.cs (2)
2378IButtonControl button = dataListItem.FindControl(SideBarButtonID) as IButtonControl; 2384Label label = dataListItem.FindControl(_sideBarLabelID) as Label;
UI\WebControls\Wizard.cs (1)
1398IButtonControl button = dataListItem.FindControl(SideBarButtonID) as IButtonControl;