danielriveraarenas / nestedsortables

Automatically exported from code.google.com/p/nestedsortables
GNU General Public License v2.0
0 stars 0 forks source link

Format to save sent data in ASP.Net #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. No function in ASP.Net to convert serialized data to a logican array/list

What is the expected output? What do you see instead?
Another serialize method which would give simple another URL Param out
i.e. if an elements id is 5 pass 3 params showing the id- parent and sort order
...<div id="5">Element 5<div id="3">Element 3</div></div>...
id_5=5&Parent_5=0&SortOrder_5=2&id_3&Parent_3=5&SortOder_3=0

What version of the product are you using? On what operating system?
Windows, ASP.Net

Please provide any additional information below.

Original issue reported on code.google.com by gokhanma...@gmail.com on 23 Apr 2009 at 11:26