ASP.Net MVC - bulk / batch insert with through controller
- by user610358
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.