Beta2. I have added an existing (ocx) custom control to the toolbox and it works fine in a windows app. When trying it on a web app I can't make it work. Not too surprising because it shows up (in the toolbox) under winform controls and not webform controls, but it is the only enabled control under winforms. It drags and drops fine onto the webform, but I can't access the properties or use it at runtime. I gave it an ID. I'm just starting on this and am working my way through a few books (currently Appleman's) but haven't hit anything about this yet. Can I use this control on a webform?