I am using a ASP.NET GRIDVIEW. The column I am interested in is the "CHECKED IN" column that contains a checkbox and a label.
The grid can bring back many lines of data from the database:
Here's what I need to do:
- When the 'Checked IN' checkbox is clicked. I would like the DataTime picker to appear. [Checkbox is checked and Datatime picker appears][3]
checked in Checkbox 2. When the user has selected a date and time, I would like the value to appear in the label next to the Checked in checkbox. DateTime to show only when it has been selected.
[Label is updated][4]
Hope this makes sense?
The only issue is that the GridView creates itself dynamically.