Checkbox Validation in Datagrid

  • Thread starter Thread starter kleykir
  • Start date Start date
K

kleykir

Hi

I have two Checkboxes in a datagrid. I want to run a validation function on
client side or server side when i am about to update.

The function just checks if checkbox1 is checked the other checkbox,
Checkbox2 is unchecked. and vice versas...

I need help on this pls.

Thank you !!
Khaf
 
kleykir said:
Hi

I have two Checkboxes in a datagrid. I want to run a validation
function on client side or server side when i am about to update.

The function just checks if checkbox1 is checked the other checkbox,
Checkbox2 is unchecked. and vice versas...

I need help on this pls.

RadioButtonList ;)
 
Back
Top