How can I pass a model into a controller
How can I pass a model into a controller
jeffkenn2000
Posts: 2Questions: 1Answers: 0
I need to pass my model from my view into the controller action that builds the data for my datatable. Has anyone done this before, if so, how?
This discussion has been closed.
Answers
I think you need to describe what you mean by your model, your view, and your controller.
Im sorry, I'm using asp.net MVC and I am trying to pass my form data back to the controller. Like filter data butn ot the filtering built in but individual text boxes that are a part of my form.