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
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