Michael,

Why does the following not work on the new DLL?

                _javascript_Array jso = new _javascript_Array();
                _javascript_Array jso1 = new _javascript_Array();
                _javascript_Array jso2 = new _javascript_Array();
                _javascript_String jss = new _javascript_String("000000000001");
                jso1.Add(jss);
                jso2.Add(jss);
                jso.Add(jso1);
                jso.Add(jso2);
               
                string json = AjaxPro._javascript_Serializer.Serialize(jso);
                Object o  = AjaxPro._javascript_Deserializer.DeserializeFromJson(json, jso.GetType());

Matthew

--
OpenSubject: for efficient mail
----------------------------------------------
NRN: No Reply Necessary
RYN: Reply with 'Yes' or 'No'
AYQ: Answering Your question
ATC: Attachement is important
1QM: One Question Message
MQM: Multiple Question Message
FYA: For your Archive
FYI: For your information (NRN)
WFR: Waiting for your Reply/Advice/Permission
AET: Answer Expected Today/this Week/within a Month
RAF: Read and Forward (jokes, quotes, interesting)
----------------------------------------------
More information: http://opensubject.pbwiki.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to