webpartzone

How to get all WebpartZones on a page in Sharepoint 2007?

Is there any way to get all WebPartZones on a given page in MOSS 2007? By iterating over all the Webparts it's possible to get zones with webparts in, but empty Zones won't be included then. Using SPLimitedWebPartManager to get all WebParts on a page. This needs to be done from a Layouts page. ...

How to get handle to webpart in WebPartZone?

Hi I have a class which is derived from WebPartZone class. As follows. LeanWebPartZone : Microsoft.Web.Preview.UI.Controls.WebParts.WebPartZone In this class, I want to set the helpVerb for providing unique helpPage URL for that webpart. Now, on one webpage I have multiple webparts and each webpart might have different helpPage URL. ...

ASP.NET WebPartManager moving web parts

I have an asp.net page using the WebPartManager. It has nothing to do with SharePoint. I have a list of web parts and users can add/remove/edit/move/change chrome color etc. They have 2 WebPartZones to work with. All the settings per user is saved in WebPartPersonalization store. This has been out there for a long while and users have be...