Hi;
asp.net code this code in gridview
<asp:CheckBox ID='<%# "CheckBox".Concat(Container.DataItemIndex) %>' runat="server" />
my code is not work. how to make ?
i want to
<asp:CheckBox ID="CheckBox1" runat="server" />
<asp:CheckBox ID="CheckBox2" runat="server" />
<asp:CheckBox ID="CheckBox3" runat="server" />