Showing posts with label Scaffolding Detail option using LINQ in MVC. Show all posts
Showing posts with label Scaffolding Detail option using LINQ in MVC. Show all posts

Tuesday, 21 January 2014

Scaffolding Detail option using LINQ in MVC

Scaffolding Detail option using LINQ in MVC

In my previous article series I explained how to use scaffolding list, create and edit option. In this article I am going to explain the edit option using scaffolding.


As we know that it is not possible for us to show all column on the screen. So we simply give link of detail and on the click of detail we show the records.