i have problem here regarding update data when i checked value in checklistbox control.
no problem when i want to insert data for the first time, but got problem when i want to update it where the previous data that i checked is still available, plus the latest data i checked. Thats means I got multiple data in my database.
example:
cat
lion
mouse
previous( cat) > i checked cat only
latest in my database, i got (cat,cat, mouse) when i checked mouse and cat.
thanks for the help.