ASP.NET - How to use multiple records delete in mvc with codefirst entity framework
Asked By anshuli on 12-Feb-13 11:57 AM
I am new to MVC and Entity Framework. I have created one sample CRUD application with MVC and code first Entity Framework. Now i want to add checkbox and multiple records delete functionality. How can i start with it?