/// <summary> /// Returns the HTML ID of a child control. Useful when implementing /// testers for container controls that do HTML ID mangling. This method /// is very likely to change in a future release. /// </summary> protected internal override string GetChildElementHtmlId(string aspId) { return(container.GetChildElementHtmlId(aspId)); }