Tutorial 7 Quick Reference
How to enable a Web page to use WebPart
controls
Add a
WebPartManager
to the page on which you wish to useWebPart
controls
How to add various editing capabilities to a Web Parts page
Add an
EditorZone
to the page
How to add a place in which to position server-side controls to be managed by the Web Part architecture
Add a
WebZone
to the page
How to allow users to dynamically add controls from a collection of controls
Add
CatalogZone
to the pageAdd controls to the catalog while in Edit Template mode
How to create a Web Part
Derive a class from
System.Web.UI.WebControls.WebParts.WebPart
Render some HTML OR Create child controls