Add Hashtable into the arraylist in javascript
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi all, i have html table with some data.......now i want collect the data from this html table and then send the all data to the server-side through page method. My logic is that in for-loop collect all data from html table and put in hashtable and then add this hashtable in an arraylist and then send this arraylist to server side. Can anybody solve my problem? :)