Click here to Skip to main content
15,886,584 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have seen many articles using LINQ to bind gridview, but in all are using DataClasses. Is it possible to bind data to grid view using LINQ with out adding DataClasses.. Can any one give me any sample code or working example on this

http://i.stack.imgur.com/RyKM9.jpg[^]

I would like to get the data from database using LINQ with out LINQ-to-SQL class template.. Is it possible
Posted
Comments
tanweer 12-Mar-12 1:46am    
I am surprised that why are you using LINQ as you want to work without LINQ-to-SQL class template?? Just use ADO.Net or Entity Framework.
demouser743 12-Mar-12 4:43am    
So with out adding that class we can not implement using LINQ

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900