There's something at the starter kit Download @ http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxProStarterKit
Actually it's a class which inherits IJavaScriptConverter and overrides methods such as GetClientScript, Deserialize, Serialize. GetClientScript defines the js function, parameters and client methods Deserialize gets IJavaScriptObject and converts its properties to a class instance Serialize returns a string which defines 'new Instance(parameters...)' And you need to add the converter to the web.config. You'll find it all in the Starter Kit. Search the code for MyAjaxClassConverter.cs. --~--~---------~--~----~------------~-------~--~----~ 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/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
