🎴 Flashcard Mode
SharePoint 2007 Development and Administration
Card1 / 20
Mastered0
Review0
QuestionClick to flip
How many instances of WebPartManager classes are possible on a web part page in SharePoint:
AnswerClick to flip back
A
One
💡 Explanation:
SharePoint architecture allows exactly one WebPartManager instance per web part page. The WebPartManager is a singleton control that manages all WebParts on that page, coordinating their lifecycle, personalization, and connections. This design ensures consistent WebPart management across the page.