Is there a way to obtain the client id of the asp control (_lblCouncils) located within a repeater control?
<ItemTemplate>
<div id="NotificationDiv">
<asp:Label ID="_lblRoleType" Text='<%#Eval("RoleType")%>' runat="server"></asp:Label>
<asp:Label ID="_lblCouncils" Text='<%#Eval("CouncilData")%>' runat="server" onclick="Name(this)"></asp:Label>
</div>
</ItemTemplate>