Hi,
I need to find the hyperlink control that I placed in the FooterTemplate of a gridview. I thought that's easy by just using myGridView.FindControl("myHyperlink")
Well, obviously it's not. What am I missing? Is the FooterTemplate a control of its own?
Thanks for any hint.
I need to find the hyperlink control that I placed in the FooterTemplate of a gridview. I thought that's easy by just using myGridView.FindControl("myHyperlink")
Well, obviously it's not. What am I missing? Is the FooterTemplate a control of its own?
Thanks for any hint.