A Better Multi-Page Solution
Posted by: Jesse Liberty - Silverlight Geek,
on 21 Nov 2008 |
View original | Bookmarked: 0 time(s)
I've posted on multi-page Silverlight applications, and in fact have two videos (here and here) that show an approach that works quite well and that I was happy to steal at the time.
I recently received email from Lucas Stark (Senior Web Developer at Delta College) who suggested (quite correctly) that the pages should not have to find the PageSwitcher each time they want to navigate to another page, but rather they ought to be able to call a static method.
I've tinkered with the code he...