2 references to SideBarPlaceholderId
System.Web (2)
UI\WebControls\Wizard.cs (2)
2545
var placeholder = layoutContainer.FindControl(
SideBarPlaceholderId
);
2549
throw new InvalidOperationException(SR.GetString(SR.Wizard_Sidebar_Placeholder_Must_Be_Specified, Owner.ID,
SideBarPlaceholderId
));