datagridview doesn't preview or show rows from access table

0
0

… and more code if i want it write/delete/add able?

  • You must to post comments
0
0

Hi Steve,

you´re missing to actually fill the DataGridView after binding it to the DataSource.
Some code like this should work

table1TableAdapter.Fill(stringyDataSet.Table1);

It´s not really a Wisej.NET issue and you can search through the internet for similiar cases.
Most of the WinForms based approaches to fill a DGV with data should work exactly the same way with Wisej.NET.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.