Monday, March 16, 2009

WPF and Data Binding - STUMPED :o(

Well my first attempt at Data Binding didn't go to well with WPF. I had a data source that had 7 different SQL server tables being used for two way binding. I was able to link each field as needed directly but to get them all to bind together against a single entity did not go so well. To get more details check out the following post....

Click Here


For now I will just use an object to gather the data and link the text fields to the object. I have to do some validation anyway so this will probably be the quickest route.

I will defeat this eventually.... :o)

1 comment:

Kevin said...

Hi Tracy!

My name is Kevin and I am working on developing my very first application and am quite new to SQL and WPF. I am running into an issue pretty much identical to this (databinding across multiple tables on a single form). I have read your post on MSDN and was wondering if you could provide a novice like myself with a bit more information.

If you would not mind contacting me at kdkirwin(at)csbsju%dot%edu i would appreciate it! I would be able to provide more detailed description of the problem over email.

Thanks!
-Kevin