checkbox in datagrid

mazlina

Newcomer
Joined
Aug 25, 2003
Messages
13
Location
malaysia
hi,
I have checkbox as template within a datagrid.
But how do I capture the value of other column in the
datagrid with checkbox that has been tick?

for example, my dg has col for date, time, name and checkbox.
when i tick the checkbox and click send button, how do i get the date and time for the checkbox?
 
u should loop through the datagrid through the items collection, check for the value of the checkbox using the findcontrol method, if it is checked get what u want
 
Back
Top