Posted on 28-December-2005 by abibaby
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.
Filed under: Code Competitions, General | Leave a Comment »
Posted on 28-December-2005 by abibaby
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 [...]
Filed under: General | Leave a Comment »
Posted on 2-December-2005 by abibaby
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 [...]
Filed under: General | 2 Comments »