Yuliya
Active member
- Joined
- Nov 9, 2007
- Messages
- 34
- Programming Experience
- Beginner
I had a piece of code that used to work perfectly. A Windows form displaying a table in a database, with the "Details" view (labels and textboxes). When the user fills out the form, it gets saved into the database. Very straightforward.
All of a sudden, it stopped working. After poking around here and there, I discovered that the TableAdapter's IsBindingSuspended property is set to True. I can't figure out why it got set to true. I would appreciate any help.
All of a sudden, it stopped working. After poking around here and there, I discovered that the TableAdapter's IsBindingSuspended property is set to True. I can't figure out why it got set to true. I would appreciate any help.