ASP.NET 2.0 Web Parts
*ASP.NET 2.0 stránka pracující s Web Parts obsahuje:
*Instanci třídy WebPartManager
*Minimálně jednu zónu pro Web Part
*Volitelně Editor zónu  a/nebo zónu pro Katalog
WebPartManager
WebPartZone (Left)
WebPartZone (Right)
Editor Zone
Catalog Zone
Web Part 1
Web Part 2
Web Part 3
Web Part 4
Web Part 5
Editor Part 1
Editor Part 2
Catalog Part 1
Catalog Part 2
Instructor Notes
The ASP.NET 2.0 Web Part infrastructure relies upon .aspx page definion files that contain an instance of a control named WebPartManager and one or more WebPartZone controls. The WebPartManager control is responsible for creating and initializing Web Part instances inside the context of Web Part zones during page initialization. The WebPartManager is also responsible for serializing, storing and retrieving Web Part customization data. By default. the WebPartManager uses SQL Server tables that are created as part of the standard ASP.NET services database.