How do I use a DataGrid to display the contents of a MDB

Posted by orangecl4now on Stack Overflow See other posts from Stack Overflow or by orangecl4now
Published on 2010-05-10T14:10:53Z Indexed on 2010/05/10 14:14 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

I'm relatively new to .Net 4 and I am creating my FIRST WPF application using a MDB as a backend datasource.

I designed my UI. I have a TextField (called Name), a Combobox (called Division) and a DataGrid (called dataGrid1).

The only problem I'm having is figuring out how to link my DataGrid to display data from the DataSource. and load the data in the Windows1_Loaded method.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf