Confused about technique to use to submit form
- by user281180
I have created a view in which i`m using clientsidevalidation.
The jquery has a textbox , a table and a submit button. The table is empty at the beginning.
Using jquery I populate the table with 2 columns ID and Name.
I send the values to the controller using the submit button.
My question are as follows:
How do I send the values of the texbox and the table to the controller?
Any guide please.