Passing complex objects to javascript via IScriptControl
- by Jeff Dege
I'm playing around with a asp.net page that's using the IScriptControl interface to pass data from the code-behind to the custom javascript object running on the browser.
I'm passing a number of properties via IScriptControl.GetScriptDescriptors(), and they're all working fine, except for one.
That one is a class derived from…