0
kicks
Working with HTML DOM in Silverlight 2 Beta 1 using the Bridge Pattern
Working with the HTML DOM in Silverlight 2 Beta 1 is rather simple and easy to do. However, to my surprise it's a similar experience to working the the HTML DOM from within JavaScript; you have to know the name of the properties to get/set and you don't have the luxury of compile time checking or intellisense. Here's an example of using the Bridge Pattern to overcome this limitation.