Control.EnsureID Method
.NET Framework 2.0
Creates an identifier for controls that do not have an identifier assigned.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The EnsureID method generates an identifier for controls that are contained in another control. Identifiers are generated only for controls that do not have a value assigned to the ID property.
Community Additions
ADD
Show: