2 references to NavigationPlaceholderId
System.Web (2)
UI\WebControls\Wizard.cs (2)
2508
var placeholder = layoutContainer.FindControl(
NavigationPlaceholderId
);
2510
throw new InvalidOperationException(SR.GetString(SR.Wizard_Navigation_Placeholder_Must_Be_Specified, Owner.ID,
NavigationPlaceholderId
));