Databinding WPF/e within DotNetNuke
KodHedZ Introduces the WPF/e Databound Video Player Module for DotNetNuke
This is a groundbreaking module for DotNetNuke fromwww.KODHEDZ.net
It is the first module that uses WPF/e (Windows Presentation Foundation Everywhere) and it also is the first public example of a databound WPF/e control integrated with anything than a htm or aspx page.They say that I shouldn't be able to do dynamic codebehind compliation of the WPF/e scripts and xaml, but it's working great! We are breaking the boundaries of the web, and you can be one of the first to own this new technology.
WPF/e is a new web technology from Microsoft that allows vector graphics, rich animations, and streamlined webrequests without postbacks in your webpage. Up until now, the DotNetNuke community has not been able to enjoy this new wave, but that all will change.
We will be showcasing it atwww.tagplace.net and atwww.dnn2go.com
there was a lot of little tricks and tweaks i needed to do to accomplish this, but the big one is that you need to define the correct path to the JS files and XAML files, if you put them in a nested folder under the root of your website. Also, you can define custom functions and code, to execute in codebehind, by placing the JS functions into a stringbuilder and injecting your custom code / method calls in there. I ended up putting the ScriptManager into the DNN Skin, and placed the script loading into codebehind on page_load using registerclientscriptinclude
Have fun viewing!

