I have a multiview controls and few user controls.
I have put the user controls in dfferent views of multiview control.
I have a div
<div id="tempDiv" style="visibility:hidden;">
<asp:multiview id="mv" runat = "server" activeviewindex=1>
.
.
. Different views holding user controls inside it
</ asp:multiview>
</div>
Technically, since my div is hidden, I should not be able to see any views, but I can see my view at run time...
Our community of experts have been thoroughly vetted for their expertise and industry experience.