I would like to know how I can pass a list with values in MVC method via jquery. I have a jquery UI dialog in which records are pasted in each row. Once the user will click the submit button, I want to have a jquery which will post the values from the popup multiline textbox to the method.
Is that possible?
Thanks in advance, Laziale
I would like to know how I can pass a list with values in
Share
Yes it can be done simply get the values from the list and pass the to the controller.
your java script will look something like this:
and you will have such an action in the controller: