Friday, July 30, 2010
Blog Entries
By Larry Daniele on 9/11/2008 3:18 PM

Joe was really using his head during yesterday's game against Holyoke Catholic. This photograph appeared in the Springfield Republican newspaper and online at MassLive.com.

 

(Thanks to Jeanne for letting me know about this!)

By Larry Daniele on 9/7/2008 5:50 PM
On DNNStuff.com site, there's a great article (with source code) IMC Example (DotNetNuke Intermodule Communication) that demonstrates how to implement IModuleCommunicator and IModuleListener interfaces in DNN using two simple modules, one that sends text and one that receives it. It is great to have simple, working code to explain a concept like this. (Note: You'll have to register (for free) on the DNNStuff.com site before you can view the article.)

 

I would like to offer one suggestion for an improvement…

 

IMC works great unless you check "Supports Partial Rendering" (i.e. AJAX) for the sender and receiver controls. This is desirable to have one module update the other without the entire page refreshing.

 

A few simple changes to Receiver.ascx.vb (steps 1-3) and ImcExample.dnn (step 4) will enable AJAX rendering to work:

 

Add a reference...
Blog List
Search Blog
Blog Archive
Privacy Statement  |  Terms Of Use
Copyright 2007-2010 by Larry Daniele