1

I'm getting data into a dataset object from a database and then on the server side I want to bind the dataset to the jQuery table, but the table accepts a JSON object.

How do I convert the DataSet object into JSON to pass through to the jQuery table?

3
  • 2
    Did you tried anything? Commented Mar 12, 2013 at 11:21
  • Yes, sorry, I did not get much time for search... Commented Mar 12, 2013 at 12:55
  • Does this helps? Commented Jun 6, 2015 at 10:33

1 Answer 1

1

You can use Newtonsofts Json.Net and see this example which is using datatable serialization to JSON.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.