3 references to HeaderPlaceholderId
System.Web (3)
UI\WebControls\Wizard.cs (3)
2483throw new InvalidOperationException(SR.GetString(SR.Wizard_Header_Placeholder_Must_Be_Specified_For_HeaderText, Owner.ID, HeaderPlaceholderId)); 2520var placeholder = layoutContainer.FindControl(HeaderPlaceholderId); 2524throw new InvalidOperationException(SR.GetString(SR.Wizard_Header_Placeholder_Must_Be_Specified_For_HeaderTemplate, Owner.ID, HeaderPlaceholderId));