Tagged Questions
1
vote
2answers
1k views
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 ...