I have a GridView and I put checkboxes inside all its cells. I want to do the following: if the checkbox checked by the user, this means Yes which will be stored in the database else, if the checkbox unchecked by the user, this means No and no need to post anything to the database.
I know I need now to identify each checked checkbox and know which cell this checked checkbox is underneath it.
Any idea about how to do that? Could anyone give me the basic piece of code for doing this?