XUL Challenge

There was a recent XUL challenge at http://www.sourceforge.net
, they show cased many extensible User interfaces. They all had to develop a little application using different extensible User interfaces.

The Unnoticed .NET 2.0 Standard controls

We have noticed many new controls in .NET framework 2.0, like DataSources and GridView, DetailsView, Tree, ObjectDataSource, SiteMap, Web parts and so on. I found some controls have gone unnoticed.
MultiView and View
MultiView control composites multiple views, developer can set the ActiveViewIndex when required. This has got it purpose, as there are several instances where we [...]

The request failed with HTTP status 407: Proxy authentication required

My wife developed a ConsoleApp that communicates to a Web Service which was deployed at client site later. The ConsoleApp gave a problem
The request failed with HTTP status 407: Proxy authentication required
When we googled for this problem, we found the link http://support.microsoft.com/default.aspx?scid=kb;en-us;330221 which instructs us to set the proxy settings as below…

WebProxy myProxy = new [...]