2
Reply

HTML table as a collection

Srikanth Reddy

Srikanth Reddy

Jun 20 2015 2:43 AM
605
Hai friends,
 
I am having a HTML table with student details.
 
sno   sname   smarks
 
1        a               50
 
2         b               75
 
3         c              69
 
 
now I want transfer this data  as a list format to my action method as ajax call.
How to create the table as a list object through jquery and transfer as a JSON object.
 
Please help me.
Thanks in advance. 

Answers (2)