Hello people,
I have made a project with a database.
so i have one form with bound textboxes and stuff in which you can fill out information about a person, you can keep adding people with a counter and all that.
It seems to work good in runtime, but when I close the app and run it again something weird happens. For example when I save;
Person 1: John Smith
Person 2: Ella Forella
Person 3: Bavis Bomba
and then close and reopen I get this in my gridview and bound info controls:
Person 1: John Smith
Person 2: John Smith
Person 3: John Smith
If anyone knows whats going on, please help me.