Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How we have create dot json file of my data.
Posted
Comments
Zoltán Zörgő 11-Jul-12 7:21am    
It depends...
...what have you tried so far? Have you googled for it?
Zoltán Zörgő 11-Jul-12 8:11am    
What is your current data representation exactly?

1 solution

Following links describes how to convert a DataTable to JSON format.

DataTable to JSON[^]

Convert ASP.NET DataTable to JSON, to use a DataTable in JavaScript[^]

Once you get the JSON using any StreamWriter you can save this data to a file.

All the Best,
Kiran
 
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