Quantcast
Channel: name checkbox does not exist when i put checkbox in gridview
Browsing all 4 articles
Browse latest View live

Re: name checkbox does not exist when i put checkbox in gridview

CheckBox chk = (CheckBox)GridView1.FooterRow.FindControl("CheckBox1");

View Article



Re: name checkbox does not exist when i put checkbox in gridview

oc, thank you

View Article

Re: name checkbox does not exist when i put checkbox in gridview

motorrevo00<asp:CheckBox ID="CheckBox1" runat="server" oncheckedchanged="CheckBox1_CheckedChanged" autopostback="true"/>Since the control is inside GridView FooterTemplate you wont be able to...

View Article

name checkbox does not exist when i put checkbox in gridview

        <FooterTemplate>        <asp:CheckBox ID="CheckBox1" runat="server" oncheckedchanged="CheckBox1_CheckedChanged" autopostback="true"/></FooterTemplate> protected void...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images