C
Carlos
Hi all,
I have the following code snipet that is causing an exception when
processing
a gridview with checkboxes How can I fix it ? Thanks in advance, Carlos.
GridViewRow row = GridView7.Rows;
bool isChecked = ((CheckBox)row.FindControl("chkSelect")).Checked;
I have the following code snipet that is causing an exception when
processing
a gridview with checkboxes How can I fix it ? Thanks in advance, Carlos.
GridViewRow row = GridView7.Rows;
bool isChecked = ((CheckBox)row.FindControl("chkSelect")).Checked;