<% for (int i = 1; i <= 16; i++)
{
cami = i;
cami++;
//DataBind();
%>
<cam:CamControl ID="Cam1" CamID=<%# dcami(cami) %> runat="server" />
<% } %>