WebPartManager::CreateDynamicConnectionID Method ()
.NET Framework (current version)
Gets a unique value to serve as an ID for a dynamic connection.
Assembly: System.Web (in System.Web.dll)
The CreateDynamicConnectionID method generates a GUID value and converts it to a string to serve as the unique ID for a connection. The method is called each time a dynamic connection is created.
Notes to Inheritors:
Developers can override this method in a derived WebPartManager class to change the implementation for generating a unique ID.
.NET Framework
Available since 2.0
Available since 2.0
Show: