Hi Randy
There is no event selected in the HTML - runat Server is good but what sub are you going to call.
I think you have probably copied this control from another page - been there done it. Try double clicking the control and you should be fine.
Tony,
This was existing logic. When I double-click on the control, it creates the selectedIndexChanged sub, but does NOT reference the sub in the aspx file -- I guess because it's using the default name.
I have another ddl on the page, and it works correctly, though it does NOT have autopostback set. It also does not mention the sub in the aspx.
I'm still open to suggestions...