dataset as parameter to javascript function

  • Thread starter Thread starter Swati Jain
  • Start date Start date
Hello Swati,

What are you going to do?
Adding to Eliyahu, why not to sent array to the JS?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

SJ> How I can pass dataset as parameter to javascript function?
SJ>
 
typically this would be done by converting the DataSet into its JSON
representation.
If you look at Anthem.Net (on sourceforge.net) it has a built-in object - to
- JSON set of methods that will show how this is done.
Peter
 
Back
Top