I have created a table and the values are filled in by the user. The user can create new rows.
How can I get the values of the table and send it to my controller using jquery or any other method?
Please give me an example.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
create a class for your cells like class=”AnswerCell” and then get the array from jquery like this:
Then do your post like this:
and the actionmethod should look like this:
Hope this helps.