G
graphicsxp
Hi,
I have a checkboxfield in my gridview:
<asp:CheckBoxField DataField="Analysed" HeaderText ="Analysed">
<ItemStyle width="20px" />
</asp:CheckBoxField>
How can I reference the field from my code-behind ? I can't see any
properties/methods on the grid to access it.
There's no ID so I can't do FindControl
Can you help ?
Thanks
I have a checkboxfield in my gridview:
<asp:CheckBoxField DataField="Analysed" HeaderText ="Analysed">
<ItemStyle width="20px" />
</asp:CheckBoxField>
How can I reference the field from my code-behind ? I can't see any
properties/methods on the grid to access it.
There's no ID so I can't do FindControl
Can you help ?
Thanks