R
Rajeev
Hi All,
I am using a datagrid control. first column of the datagrid is having a
checkbox (which used to select/deselect all the items in the grid).There is
an asp:button in the page. I want to enable/disable this delete button, if
the user selects none of the checkboxes then the button should be in
disabled state. If the user selects any of the checkboxes, the button should
get enabled.
I thought that i could use the OnCheckChanged event of the Combobox for this
purpose. But it is not working out. If i use the combobox out of the
datagrid, then onCheckChanged event is working fine.
Can anyone please suggest a solution for this problem.
Thanks in Advance,
Raj
I am using a datagrid control. first column of the datagrid is having a
checkbox (which used to select/deselect all the items in the grid).There is
an asp:button in the page. I want to enable/disable this delete button, if
the user selects none of the checkboxes then the button should be in
disabled state. If the user selects any of the checkboxes, the button should
get enabled.
I thought that i could use the OnCheckChanged event of the Combobox for this
purpose. But it is not working out. If i use the combobox out of the
datagrid, then onCheckChanged event is working fine.
Can anyone please suggest a solution for this problem.
Thanks in Advance,
Raj