.net3-5

Correct approach to modifying GUI elements from a worker thread with the Dispatcher?

I've got a bit of an issue here where I want to modify GUI elements from various worker threads. Until today, the method I was using worked, but it was most likely very incorrect. The simplest case involves my plugin's GUI, which does something in a worker thread, and when that method completes its work, it calls my callback. That cal...

Building a Google Product Feed in .Net (C#)?

Below is the schema I am trying to conform to: <?xml version="1.0"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"&gt; <channel> <title>The name of your data feed</title> <link>http://www.example.com&lt;/link&gt; <description>A description of your content</description> <item> <title>Red wool...

javascript error: this.node is null or not an object

I am working on ASP.NET 3.5, c#, visual studio 2010. I have made a master file and a default page that uses this master file. I have placed a couple asp:contentplaceholders in the master and corresponding code in the page that uses this master. I have also inserted JavaScript like this in the content page (and not the master): <asp:Cont...