Hi All,
I have a GridView which is databound and I added two columns which are checkboxes. On a button click I would like to validate the Gridview so that no row should have both the checkboxes checked. i.e Lets say the two checkbox columns are ChkA and ChkB, on the click event of the button which I have outside the Grid, I should fire Javascript that ensures that both ChkA and ChkB is not checked for any record in the GridView. We can ChkA alone checked or ChkB alone checked or none checked but not both for any record in the GridView.
Anyhelp would be appreciated. Many thanks