how could I select / check items in checkedListBox which exist in database ?
I INSERT value to Table (Tickets): (PK TicketID, FK ShowID, FK PriceID, Seat )
INSERT is ok, now I want to check this items which aleady exist in DB.
I have no idea to solve this problem.
EDIT: I want to select Items which exist in database, so it's not solve my problem I think.