Are you building modules in DotnetNuke?Is one module depends on another module?Want to exchange data between modules? Here we can discuss how to set up Inter Module Communication in DotnetNuke. In DNN, with the help of IModuleCommunicator and IModuleListener interfaces we can setup the communication between the modules. Here I would like to present all the required steps to setup the communication between modules. Before we start discuss on this, let’s understand who is communica...
Read More