Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...ModuleCommunication is always nullModuleCommunication is always null
Previous
 
Next
New Post
12/25/2008 8:10 PM
 

I am trying to implementIMC on one of my pages..Here is the snippet of code..

 

 public partial class View : DotNetNuke.Entities.Modules.PortalModuleBase, IModuleCommunicator

{

     public event ModuleCommunicationEventHandler ModuleCommunication;

     protected void Page_Init(object sender, EventArgs e)
     {

          TriggerImc();

      }

    public void TriggerImc()

   {

        ModuleCommunicationEventArgs mcArgs = new ModuleCommunicationEventArgs();
            mcArgs.Sender = "xxxx";
            mcArgs.Target = "xxx";
            mcArgs.Text = "Place Id";
            mcArgs.Type = "string";
            mcArgs.Value = ddlPlace.SelectedValue;
            if (ModuleCommunication != null)
            {
                // call ModuleCommunication delegate event
                // will cause the event to be raised
                ModuleCommunication(this, mcArgs);
            }

    }

}

The problem is that ModuleCommunication is always null so the code never raises the event..What can be the cause...

Thanks in advance

 

 
New Post
12/26/2008 1:04 AM
 

Also, The cache settings on all modules on that page is set to 0....Still does not work..

Version 04.08.04 running under vista ultimate.

Would greatly appreciate any pointers

 
New Post
2/11/2009 4:31 PM
 

Hi,

I'm having the same problem with DNN 4.9.1

Have you found a solution?

Any help appreciated.

Regards,

Paul.

 
New Post
2/13/2009 12:31 PM
 

I know there are issues in DNN 5.0.0 which should hopefully be fixed for 5.0.1



Alex Shirley


 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...ModuleCommunication is always nullModuleCommunication is always null


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out