ASP.Net MVC - bulk / batch insert with through controller

Posted by user610358 on Stack Overflow See other posts from Stack Overflow or by user610358
Published on 2011-02-10T15:05:32Z Indexed on 2011/02/10 15:25 UTC
Read the original article Hit count: 190

guys,

I need to make a view which will support bulk insert. In my mvc app, I am using repository patern with entity framework for.

I am only having problem on how I will going to retrive the values of the model. There will be multiple model inpouts inside the view.

I am sure that I am going to use foreach or for loop but how I am going to retrive the input values form view into controller.

any help would be appreciated.

thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET