Hi,
I am a MS Access developer and this is my first time creating Windows Forms application. The application is very small. I've created a main Form with a button that retrieves some data, creates a database with 2 tables and stores the data (done with CodeFirst approach), does some simple logic. Now I need to show the data to the second Form when some button clicked on the first Form.
I am stack on how to display/bind data on the form. In access I can either create a query or bind form's data source to that query or a table. Then select the form's control's data sources for each column.
Obviously I will not be asking here to give the whole tutorial on how to do the data binding, especially I will need something like Master/Detail approach, but I would be grateful if someone can suggest some link to the relevant tutorial. I have obviously googled for some time but couldn't find the good tutorials/examples. I am using VS2012 Professional Trial version with Entity Framework 6.
Thank you