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
There are some other options as well. But the first thing is that you need to come up with a way to bind your user control to either any binding source or an SF BO or both. Once this is done, then it will make it easier to tell you what may need to be done within your user control.
InvalidCastException Unable to cast object of type 'System.Web.UI.UserControl' to type 'MicroFour.StrataFrame.UI.Web.IBasePage'.
Source : MicroFour StrataFrame Extensibility
Stack Trace: at ᜅ..ctor(IWindowsFormsEditorService A_0, String A_1, Object A_2) at MicroFour.StrataFrame.Extensibility.BusinessObjectNameTypeEditor.EditValue(ITypeDescriptorContext context, IServiceProvider provider, Object value)