I tried this a few different ways - but I always get "Object doesn't support this property or method"
I downloaded the latest (i think) - no difference.
Microsoft.Web.Atlas.dll - 9/19/06
AtlasControlToolkit.dll - 9/15/06
Microsoft.AtlasControlExtender.dll - 9/19/06
Do I have the right builds?
Here's the relevant code:
aspx file:
<atlasToolkit:Accordion
ID="accHost"
...
javascript file:
var accHost = document.getElementById('accHost');
accHost.set_SelectedIndex(i);