jQuery calling module methods
Last Post 12/02/2011 10:53 AM by cajazzer. 0 Replies.
Author Messages
cajazzer
Nuke Newbie
Nuke Newbie
Posts:5


--
12/02/2011 10:53 AM  
Does anyone know of an example of creating a DNN module that emits jQuery code and then uses it to call back into the DNN module? I know that in general you can't create WebMethods in Usercontrols as they do not get registered on the page. Does DNN give anything to support this? I know I can create a web service or http web handler file (.ashx), but I need to use the settings in the DNN module in the WebMethod when it is called. I would think this would be a pretty common pattern for modern DNN modules.

Thanks for any help.


---