Archive for September 15th, 2008
DotNetNuke Modules – Finding The Page a Module is On
Last week we talked a bit about Inter Module Communication, the ability of one module to notify another module on the page that something needs to happen without requiring a post back. The other need you may have is something I refer to as Cross Page Communication. This is not a DotNetNuke term, I just made it up today.
Here’s the problem. In some cases, you may have a module that you’ve placed on a page that should only ever be on one page. In my case, this was the checkout module. I needed some way of retrieving the page that that module was on so that I could create a hyperlink to that page from my modules that displayed my products and my “mini cart” module that displayed a summary of items in the shopping cart.
Here’s how I did it:
Other Related Items:
Flex 3 BibleFlex your development muscles with this hefty guide Write programs using familiar workflows, deliver rich applications for Web or desktop, a... Read More >
Story Reader ModuleThis Story Reader set, designed for children ages three and older, includes a Story Reader console, and a Disney Cars storybook and cartridge. Inse... Read More >
Novatel Merlin XU870 3G HSDPA - Wireless cellular modem - plug-in module - ExpressCard/34 - GSM, GPRS, UMTS, EDGE, HSDPA - 7.2 MbpsThe Merlin XU870 ExpressCard is a smaller and faster version of a PCMCIA card that uses the ExpressCard/34 form factor. This global card, tri-band HSD... Read More >

