Utilizing the Microsoft AJAX Framework and ClientAPI to Develop Rich Modules: Part II
Posted by: Joe Brinkman,
on 11 Nov 2008 |
View original | Bookmarked: 0 time(s)
In part one of this series I mentioned that the Microsoft AJAX Framework along with the ClientAPI are different than a lot of other javascript frameworks since they allow for an end-to-end integration directly with .NET. This entry will discuss how the this integration makes life easier for a DotNetNuke module developer by allowing communication to and from the server to be simple. The Microsoft AJAX Framework allows for server-side code to add a reference to the js file, initialize the client-side...