New to Win Forms
Hi I have developed web applications in .Net for 4-5 years now and am trying to make the switch to Win Forms....I have created my DAL and BLL layers and now I am trying to figure out how to sync up my BLL objects with a DataGridView, Selecting, inserting, updating, deleting...Does anyone have a link to a good tutorial on linking up datacontrols with business objects in win forms?
Mahesh ChandPosted Jan 24, 2010, 10:12 AM
Cheers!
This step by step tutorial shows how to use the Windows Forms DataGridView Control in Visual Studio 2008.
In this article i will show you how to use the BindingSource or the DataView to filter data in a given data grid view.
DataGridView is a new control which is more flexible for coding than simple datagrid. However, there are a lot of developer having diffulties about DataGridView Calendar, Mask, ComboBox and also validations.
Jim LizziPosted Jan 23, 2010, 1:16 AM
Mahesh ChandPosted Jan 22, 2010, 10:02 PM
You may want to try Visual Studio 2010 Beta 2.
Here are some readings on it.
Cheers and Good Luck!
This article contains a very simple ADO.NET Entity Framework application to display and add the data to the database using ADO Entity Framework.
This article contains a very simple ADO.NET Entity Framework application to update and delete the data to the database using ADO Entity Framework.
This article show us how to do conditional query and paging in ADO.NET Entity Framework.
This article will show you how to fetch and show data from database using ADO.NET Entity Data Model in WPF.
This article will help you to understand how to use ASP.NET MVC web application using ADO.NET Entity Data Mode.