Utilizing the Microsoft AJAX Framework and ClientAPI to Develop Rich Modules: Part III
Posted by: Joe Brinkman,
on 12 Nov 2008 |
View original | Bookmarked: 0 time(s)
As mentioned in Part II of this series, this entry will focus on another advantage of writing rich client side objects representing our modules on the client side. One very common use case that comes up again and again is how can one module talk to another on the same page. For a long time DotNetNuke had this capability from the server side through something called Inter-Module Communication (IMC). With the adoption of AJAX it is common to hear confusion as to how can IMC work. The question usually...