T
Tom Kaminski [MVP]
On my code behind page, how can I reference a Label control that's included
in a Repeater?
In other words, given:
<asp:Repeater id="Repeater1" runat="server">
<HeaderTemplate>
<table>
<tr>
<td><asp:Label ID="Label1"
runat="server"></asp:Label></td>
How can I reference Label1.Text in my VB code? (note that Label1 does not
get repeated as it's in the header)
in a Repeater?
In other words, given:
<asp:Repeater id="Repeater1" runat="server">
<HeaderTemplate>
<table>
<tr>
<td><asp:Label ID="Label1"
runat="server"></asp:Label></td>
How can I reference Label1.Text in my VB code? (note that Label1 does not
get repeated as it's in the header)