Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to bind tree gridview in Asp.net using json c# from SQL SERVER By Parent Child
Posted

1 solution

Hi,

Why dont you convert your JSON to DataTable(http://www.c-sharpcorner.com/Blogs/15731/how-to-parse-json-string-to-dataset-in-C-Sharp.aspx[^]),
and then by using relation on DataTable you bind it easily(http://www.aspsnippets.com/Articles/Nested-GridView-with-TreeView-like-structure-in-ASPNet-using-C-and-VBNet.aspx[^])

Also you may use, JSON.Net. This can help you solve things.. check the links I pasted.

Hope this helps !!:)

Regards,
Praneet
 
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