Need help with datagrid checkbox

  • Thread starter Thread starter MS Newsgroups
  • Start date Start date
M

MS Newsgroups

Hi,

I have managed to add a datagrid with checkboxes and got the CheckHasChanged
event to fire when a checkbox is ticked/unticked. What I have not managed to
figure out is how to determine what index in the Grid the checkbox that is
checked has, so I get take a value from the grid in the post.

Anyone know how to do this ?

Regards

Niclas
 
Please check the following articl

http://www.aspfree.com/aspnet/ConditionalDataGridItem.asp


----- MS Newsgroups wrote: ----

Hi

I have managed to add a datagrid with checkboxes and got the CheckHasChange
event to fire when a checkbox is ticked/unticked. What I have not managed t
figure out is how to determine what index in the Grid the checkbox that i
checked has, so I get take a value from the grid in the post

Anyone know how to do this

Regard

Nicla
 
Back
Top