Multiple choice technology

How many instances of WebPartManager classes are possible on a web part page in SharePoint:

  1. Zero

  2. One

  3. Two

  4. Any Number is possible

Reveal answer Fill a bubble to check yourself
B Correct answer
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.