How to get value in current cell of what is being edited in gridview in ASP.net?

MR M

New member
I have a gridview and need to get whether or not a checkbox has been checked off and set a label with a complete date in the same gridview then finally allow the update to post back to Access (so checkbox true and complete date = now)

How do I get values from the current cell I am editing and how do I set values in the current row I am editing before it is posted back to Access?
 
Back
Top