I use checkbox in gridview .... I use it in the first cell .... When I select the checkbox at runtime, I need to get these values ... but when I select or when I click on the checkbox, it does not find or the value takes like FALSE ... how to write in asp.net backend and in C # code?
<asp:TemplateField> <ItemTemplate > <asp:checkbox id="ShowAddress" runat="server" /> </ItemTemplate> </asp:TemplateField>
Code for:
protected void Button1_Click(object sender, EventArgs e) {
Is there any implementation in the script when loading the page?
Can anyone help?
c #
apekshabs
source share