WebPartManagerInternals::SetZoneID Method (WebPart^, String^)
.NET Framework (current version)
Sets a property that enables a WebPart or server control to keep the ID of the containing zone.
Assembly: System.Web (in System.Web.dll)
Parameters
- webPart
-
Type:
System.Web.UI.WebControls.WebParts::WebPart^
The WebPart whose zoneID property value is being set.
- zoneID
-
Type:
System::String^
A string that contains the ID of the zone that webPart belongs to.
This method is called by the WebPartManager control when a WebPart control is being added to a zone. Each WebPart control tracks the ID for the zone it belongs to, and this method sets the property that keeps the ID value.
.NET Framework
Available since 2.0
Available since 2.0
Show: