Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
93 views

How do I set the Visible attribute in an ItemTemplate?

<asp:TemplateField HeaderText="Audio"> <ItemTemplate> <asp:Image ID="playImage" runat="server" ImageUrl="~/images/nextpg.gif" Visible='<%# ...
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 ...