When does a control in a programmatically added TemplateField have its' ID property set?
I have a TemplateField that is dynamically added to a custom GridView. void ITemplate.InstantiateIn(System.Web.UI.Control container) { switch (_templateType) { case ListItemType.Header: if (this.ParentGridView.ShowDeleteHeaderImage) { Image hImg = new I...