wwWebControl::OverrideNamingContainer

This property can be set on a container control to force it to NOT generate an additional naming container for its UniqueId property. This can avoid contained control names like panelContent_txtName and instead generate the field as plain old txtName.

This property can be applied to any container control, which always generate a new naming container by default. Simply set the property to true on the control to force the container to generate a name that is simply its id without the hierarchy prefixes.

o.OverrideNamingContainer

See also:

Class wwWebControl

© West Wind Technologies, 1996-2022 • Updated: 03/27/14
Comment or report problem with topic