How to bind javascript to Dataset in C# C# will sent Dataset to Javascript
For general Javascript and C# questions you'd be better asking on StackOverflow or similar. The answer is probably to use Newtonsoft's JSON.NET library to convert a C# object to JSON.
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Replies
For general Javascript and C# questions you'd be better asking on StackOverflow or similar. The answer is probably to use Newtonsoft's JSON.NET library to convert a C# object to JSON.
Allan