WPF - Editform shows the textboxes, but no data

WPF - Editform shows the textboxes, but no data

Old forum URL: forums.lhotka.net/forums/t/8291.aspx


FCazabon posted on Wednesday, January 06, 2010

Hi,

I am trying to emulate the ProjectTrackercs WPF project and have my mainform working. I have a Show list button on this form that works just like the Project Show list button. However, when I select the data from the listbox that displays the available data (after using the search/filter field) I get my Memberedit form displayed, but without any data in it.

I have stepped through the code to the best of my ability and the correct data is being pulled from the database, but I can't work out why it is not being displayed.

Any advice on where to look or what I could possibly have missed in my code?

ajj3085 replied on Wednesday, January 06, 2010

Sounds like your bindings could be wrong.  Open the output window and check for messages. 

FCazabon replied on Wednesday, January 06, 2010

Thanks, you got it in one!

Copyright (c) Marimer LLC