A
Andy B
I have this code:
<aspataList id="NewsList" runat="server">
<HeaderTemplate>
News list
</HeaderTemplate>
<ItemTemplate>
<!-- news article code goes here -->
</ItemTemplate>
<FooterTemplate>
<asp:HyperLink id="NewsArchiveLink" .. </asp:HyperLink>
</FooterTemplate>
</aspataList>
In the codebehind, how would I get access to the link in the footer?
<aspataList id="NewsList" runat="server">
<HeaderTemplate>
News list
</HeaderTemplate>
<ItemTemplate>
<!-- news article code goes here -->
</ItemTemplate>
<FooterTemplate>
<asp:HyperLink id="NewsArchiveLink" .. </asp:HyperLink>
</FooterTemplate>
</aspataList>
In the codebehind, how would I get access to the link in the footer?