Web controls are a little different than winforms controls, but you can still use them. You can call whatever strataframe controls you need to inside of your web control, but you will have to take the binding for them into account in the render method of your web control. In winforms it handles the equivelant functions for you, but in web you have to do it yourself.
Outside of that, you're free to use them as you wish
Could anybody put here a piece of code or a very simple sample that would demonstrate how to do it?
Thank You.
Jiri Brazda