Hi, is it possible to render the same controls with different ID property ?
<%for (int i = 0; i < 15; i++)
{%>
<asp:Label ID='Label<%=i.ToString() %>' runat="server"/>
<%}%>
here is an error: 'Label<%=i.ToString() %>' is not a valid identifier.