Page 1 of 1

Need some C# / WPF help

Posted: Fri Feb 20, 2009 1:39 pm
by SirBeast
Hello all!

if anyone out there knows a lick about C# and/or, please let me know if you'd be willing to help me. I am working on a demo project for a potential job using these languages. It's a pretty simple concept - editing a table of contacts through a GridControl.

I've followed this tutorial on the topic - and although that tutorial is presented in VB, they also provide the C# code. However, since I am using my own database instead of one created in one of the earlier video tutorials (which I never took & can't seem to find) then my database/table names needed to be customized. Comparing my customized code versus this website's provided code, everything looks to be in line, however upon building the window, the table data does not show up / load upon running the app.
So, if anyone is willing to take a look at my code and hopefully help me out, please let me know! I would be DEEPLY indebted to you! Thanks in advance!

Posted: Fri Feb 20, 2009 1:44 pm
by BaronVonRotterdam
I'll ask the big guy if he has some time to help you :)

Posted: Fri Feb 20, 2009 6:07 pm
by hwsb
check ya pm's ho

Posted: Sun Feb 22, 2009 10:44 pm
by SirBeast
I got it fixed - n00b mistake of trying to bind my DataContext to my database instead of to my table. :P But I will keep the offers for help in mind for the future. If this demo project lands me a gig the next step is working towards a MCPD