Nested windows user control in browser
Hi all,
I have a problem:
i have a windows user control for example with 1 button and I show it in IE using an html page with
<object classid="http:MyUserControl.dll#MyUserControl.MyUserControl" VIEWASTEXT></object>
and it works fine.
But if MyUserControl contains another Windows user control it stops to work and it does'nt appear
in IE
Any suggestion?
Thanks