i don't know exactly in which post, but I remember that scottgui came up with solution to this problem in linq series...maybe to try to find it:
cheers
Marko
2009-05-06 22:53:04
i don't know exactly in which post, but I remember that scottgui came up with solution to this problem in linq series...maybe to try to find it:
cheers
Ok...Issue was traced to funky winform behavior. Evidently, there is no guarantee that the OnLoad for a user control will not be called more than once. As a consequence, the two tables involved, (see diagram above), were being loaded from different DataContexts. Splat!!