This is probably classic noob question but Im really new to C# (Windows Forms App), and I would appreciate any help on this. So, Im looking for the way to do this:
I have one list box with items that represent database table entries. I want to delete a row in database table by deleting list box item. Is there any way to assign value to list box item (primary key for example) so I could use it to update db table when deleting list box item?
Thanks for your time!
EDIT: Its Db4o database.
If you want to do it manually: