<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DotNetNuke Modules &#8211; Inter Module Communication</title>
	<atom:link href="http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:52:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/comment-page-1/#comment-1279</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 28 Dec 2008 18:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/#comment-1279</guid>
		<description>The problem is that sometimes the code will not compile even though it is correct.  This can happen more often if you change the public methods and properties.

There isn&#039;t any code I can give you to replicate the problem because sometimes it will compile fine and other times it doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>The problem is that sometimes the code will not compile even though it is correct.  This can happen more often if you change the public methods and properties.</p>
<p>There isn&#8217;t any code I can give you to replicate the problem because sometimes it will compile fine and other times it doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shey</title>
		<link>http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/comment-page-1/#comment-1278</link>
		<dc:creator>Shey</dc:creator>
		<pubDate>Sun, 28 Dec 2008 17:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/#comment-1278</guid>
		<description>Really enjoy this site with it&#039;s straightforward, no-holds-barred approach to real-world development.

Dave: &quot;you can cast the sender to the interface rather than trying to cast it to the ASCX object, which doesn’t always work.&quot;

Please could you provide an example(s) of when this wouldn&#039;t work, and why?</description>
		<content:encoded><![CDATA[<p>Really enjoy this site with it&#8217;s straightforward, no-holds-barred approach to real-world development.</p>
<p>Dave: &#8220;you can cast the sender to the interface rather than trying to cast it to the ASCX object, which doesn’t always work.&#8221;</p>
<p>Please could you provide an example(s) of when this wouldn&#8217;t work, and why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/comment-page-1/#comment-852</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 14 Sep 2008 00:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/#comment-852</guid>
		<description>It would depend on what you were trying to do.  IMC is used when you need to have one module on a page &quot;talk&quot; to another module on a page during a single round trip.  

You can&#039;t do that with a query string because you&#039;d need to have at least two round trips to the server.  The first to figure out what the query string was suppose to be and the second to have the second module answer it.</description>
		<content:encoded><![CDATA[<p>It would depend on what you were trying to do.  IMC is used when you need to have one module on a page &#8220;talk&#8221; to another module on a page during a single round trip.  </p>
<p>You can&#8217;t do that with a query string because you&#8217;d need to have at least two round trips to the server.  The first to figure out what the query string was suppose to be and the second to have the second module answer it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/comment-page-1/#comment-851</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 13 Sep 2008 23:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dmbcllc.com/2008/09/09/dotnetnuke-modules-inter-module-communication/#comment-851</guid>
		<description>Nice post. Would you recommend using IMC over passing parameters through a query string to use one module as a kind of dashboard to control an other?</description>
		<content:encoded><![CDATA[<p>Nice post. Would you recommend using IMC over passing parameters through a query string to use one module as a kind of dashboard to control an other?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.203 seconds -->
