Hello guys, I've got a problem with my program.
Here is the link: http://dl.dropbox.com/u/2734432/TabbedInterface.7z
Once you have opened both tabs, you'll start losing the references to other collections of the current item in the view. That is because these IDs are nullable and once you switch over to the other tab they'll become null. My question is: why and how can I correct that behavior?
If you change the int?
to int
there are no more problems, but I need them to be nullable!