Archive for the 'LINQDataSource' Category

LINQ DataSource Insert, Update and Delete : ASP.NET 4.0

Its been some time I didn’t write any thing on the blog, I was busy with my projects, so now thought of writing some thing on LINQ Datasource in ASP.NET .NET 4.0 (also part of .NET v3.5).
In this example I am trying to display list of products in a GridView and Insert, Update and Delete [...]