How can I pass a model into a controller

How can I pass a model into a controller

jeffkenn2000jeffkenn2000 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?

Answers

  • glendersonglenderson Posts: 231Questions: 11Answers: 29

    I think you need to describe what you mean by your model, your view, and your controller.

  • jeffkenn2000jeffkenn2000 Posts: 2Questions: 1Answers: 0

    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.

This discussion has been closed.