problem with tabbed interface as mentioned in the article of josh smith

Posted by Egi on Stack Overflow See other posts from Stack Overflow or by Egi
Published on 2010-03-30T16:42:06Z Indexed on 2010/03/30 16:43 UTC
Read the original article Hit count: 777

Filed under:
|
|

hello guys, i ve got a problem with my programm.

here is the link:

http://dl.dropbox.com/u/2734432/TabbedInterface.7z

once u have opened both tabs, u ll start loosing 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 corrent that behavoir?

if you change the int? to int there are no more problem, but i need them to be nullable!

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf