I have a datagrid that has a column for name,StartTime, EndTime, Comments, and Description. The StartTime and EndTime columns are checkboxes. A) I need a function that grabs each checkbox in each row. B) The checkboxes are not yes/no or true/false - they are timestamps. For example, when someone checks the StartTime chkbox for a row, i want it to send back the time they checked it to the database.
Does anyone know how this could be done? Examples are very much appreciated. Thanks
Does anyone know how this could be done? Examples are very much appreciated. Thanks