I have many records from a database and i display it in a ListView. I need to delete it if I select it (multi-selection).
But i need the Id (a column) to delete it and i can't get it. Please help^^
exemple:
column: id name note ... 1 name1 note1 2 ... 3 ...
if i select 1 and 3 I need to get the value (1 and 3). Thanks in advance!