Hi, I just upgraded to the latest version and am having the following problem:
I create a Dictionary<string,string> object on the server and then pass it to the client via a piece of script like this (where CurrentModules is an instance of a generic Dictionary<string,string> class). "var modules = " + AjaxPro.JavaScriptSerializer.Serialize(CurrentModules)" this arrives fine on the client (where I subsequently modify the values) but it gives an error when I pass this object back to a server side method that accepts a parameter of type Dictionary<string,string>. e.g. SaveModules(Dictionary<string,string> modules) I get an error in the deserialization process. Is this supported? It worked before upgrading. Perhaps there is something extra I need to do in the latest version to get this working? Thank you for your time, Gavin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
