Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Firstly happy new year to everyone.

I tried to make a nestable dynamic menu with Asp.net webforms but I couldn't solve the update. How can I do that.
My database,
id, title, href, sort, parentid


created in the form. but I couldn't figure out how to decode and process json into the database. can you help me. Sorry for my english.

What I have tried:

I sent the data via ajax and tried to get the data from the handler.
Posted
Updated 5-Jan-20 10:17am

1 solution

AJAX returns JSON, which is an object in javascript. You should then be able to work with that data. Your question is completely unclear as to why you can't do this.

Given JSON can be nested, if you are returning a flat list, I'd think returning the nested data of the menu makes more sense
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900