In some of our older ASP applications we are using some old Sheridan controls that do not work on IE7. As an example, one of these old apps uses the ADC object (clsid:BD96C556-65A3-11D0-983A-00C04FC29E33) on the client-side to load into the Sheridan DropDown object (CLSID:A9C70AF0-0F2A-11D1-B230-0000C08C00C4) (sheridan3_11a.cab#version=3,1,1,14) and I have traced the problem down to data-binding. Each of the controls appears to work fine on their own but when they are bound together the dropdown control does not pop up when you click on it. In other words, if the Sheridan DropDown DataMode parameter is set to Bound (0) then it stops working. This app works fine in IE6, it's just IE7 where the dropdown fails. We have tried using both Oracle and SQL Server data sources with the same result: no dropdown. Has anyone encountered this problem with the older controls in IE7?