Tuesday, July 20, 2004

Behavior Changes In IE with XP sp2

The upcoming release of XP's service pack 2 includes several behavioral changes in Internet Explorer. One notable change is the inclusion of a built-in pop-up blocker in IE. This can potentially change the expected behavior of a web application since many pop-up windows may be surpressed.
 
For more information check http://msdn.microsoft.com/security/default.aspx?pull=/library/en-us/dnwxp/html/xpsp2web.asp.

Wednesday, July 07, 2004

Databinding Reloaded

Here is another great article on complex databinding. It describes in detail how to implement the ITypedList interface required for controlling complex binding details.

You can read the article here.

Enjoy!