NewOne1
July 11th, 2003, 03:09 AM
Hi,
I have datagrid, and add collumn with checkbox:
<asp:TemplateColumn ItemStyle-Width="15px">
<ItemTemplate>
<input type="checkbox" id="checkbox" name="checkbox" runat="server" VALUE="checkbox" />
</ItemTemplate>
</asp:TemplateColumn>
How can I check which checkbox was cheked (can be more than one)? And how can I access information in that datagrig?
I have datagrid, and add collumn with checkbox:
<asp:TemplateColumn ItemStyle-Width="15px">
<ItemTemplate>
<input type="checkbox" id="checkbox" name="checkbox" runat="server" VALUE="checkbox" />
</ItemTemplate>
</asp:TemplateColumn>
How can I check which checkbox was cheked (can be more than one)? And how can I access information in that datagrig?