Confused about technique to use to submit form
Posted
by user281180
on Stack Overflow
See other posts from Stack Overflow
or by user281180
Published on 2010-03-25T07:31:11Z
Indexed on
2010/03/25
7:33 UTC
Read the original article
Hit count: 200
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.
© Stack Overflow or respective owner