Link to home
Start Free TrialLog in
Avatar of ITGuy4life
ITGuy4lifeFlag for United States of America

asked on

Binding a datagrid using 3 tier architecture and LINQ

I am just getting started with web applications and 3-tier-archtecture.    I worked through the article below and felt pretty confident.  However I cannot figure how to expand this knowledge to allow me to retrieve a block of data and bind to a datagridview.  

I get the stored procedures for Insert, Update and Delete, but how do I return a record set to bind my datagridview to?

Can anyone provide an example that would allow me further apply this?
http://www.c-sharpcorner.com/uploadfile/jayendra/how-to-create-3-tier-application-using-linq/
Avatar of Aaron Jabamani
Aaron Jabamani
Flag of United Kingdom of Great Britain and Northern Ireland image

The same link, has a sample project...did you try that ?
try the link given below

Data Binding using LINQ to SQL in C#

hope this helps.
ASKER CERTIFIED SOLUTION
Avatar of ITGuy4life
ITGuy4life
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ITGuy4life

ASKER

I arrived at a solution through multiple sources.  My response contains all of the pieces necessary to solve this problem.