Tagged Questions
0
votes
1answer
402 views
ZoneID of the zone to which the wp is being added
How do I find out the zoneID of the zone where my custom webpart is being added?
Have tried few things including this one.
AnotherWP.ZoneID = ((WebPart) mgr.WebParts["ControllerID"]).Zone.ID;
But ...