If you have ever tried to import web parts using SPLimitedWebPartManager AddWebPart you'll notice the zoneIndex parameter.
Unfortunately it turns out that zoneIndex only works if web parts are imported in sequence - so you'll need to make certain import is done in the proper sequence order.
After import zoneIndex cannot be modified programmatically - at least I've not found a way to do this.
Monday, August 11, 2008
Subscribe to:
Post Comments (Atom)

1 comments:
SPLimitedWebPartManager.MoveWebPart()
Post a Comment