Sreekanth Reddy

Sreekanth Reddy

  • 338
  • 4.8k
  • 408.4k

HTML table as a collection

Jun 20 2015 2:43 AM
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)