2
Answers

HTML table as a collection

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)