Blog of me, Chris Idzerda, containing my thoughts, comments, and questions. RSS Feed

Open New Safari Window in Silverlight
10 Sep 2008, 03:27:00 PM
I suggest following the directions found here but if you need a different solution try the following instead. Add this method to your Silverlight in a convenient place, such as your application class. public static void OpenBrowser(string url){i ...
Read post

Avoiding Inheritance - Response
21 Aug 2008, 05:47:00 PM
Recently, there was an article on avoiding inheritance on the Visual Studio start page news channel. In general, I like the content of the article. I don't think there is any misinformation, but I do think there is some misrepresentation. I believ ...
Read post

GridView-DetailsView Parent-Child
01 Aug 2008, 05:50:00 PM
I've seen several master-detail examples using a GridView that controls a DetailsView but no parent-child examples that reverse their roles (i.e., an example using a DetailsView that contains and controls a GridView). I alluded to such a scenario ...
Read post