mazlina Posted February 11, 2004 Posted February 11, 2004 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? Quote
fadi Posted February 13, 2004 Posted February 13, 2004 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.