views:

19

answers:

0

Here is my custom ListView item.
ListView item
The problem is that I want it to update my database whenever it is clicked. And to do that I need to get the row id of the ListItem of the CheckBox that was clicked. Also could you please post a code sample.