Click here to Skip to main content
16,022,536 members

Comments by gregsagan (Top 7 by date)

gregsagan 29-Nov-12 3:49am View    
Oh wow, thanks for this! I appreciate the effort of example you've supplied :). Very grateful! Thank you very much, ill give it a go.
gregsagan 28-Nov-12 10:25am View    
I'm in no rush what so ever, so any help is very much appreciated my friend! :)

Just that this issue with the update method hasn't been solved for a week so I'm getting rather aggravated that what I'm doing isn't right.
gregsagan 28-Nov-12 9:52am View    
Thanks for the reply, much appreciated.

It doesn't get its value from any where which seems to be the problem unless i give it a value programmatically.

Can you show me or give me an example of how to do the SelectedItem? I have seen it quite a few places but don't fully understand how it works. I'm new to WPF, MVVM and entity frameworks, sorry if I'm being a nuisance! Cheers :)
gregsagan 28-Nov-12 9:38am View    
orgTD.OrganisationTypeDetailID = OrganisationTypeDetailID;
gregsagan 22-Nov-12 5:20am View    
Hi Clifford Nelson, The problem seems to be that in the UpdateOrganisation method, it doesnt seem to get the selected OrganisationTypeDetail ID, therefore throwing the Exception. In my properties, if i assign it to int ID = 2, it updates the row from row (as its ID is 2).