Hello,
Attempting to show a few Views but having some difficulty. There are three (3) views inside the MultiView control and only 1 of the 3 views will display. I am not trying to show all views at once. I'm trying to show a view based on the MultiView's ActiveIndex
property and only View number 2 (or ActiveIndex 1) will show. I have taken the HTML tags or controls from the other two views to see if they will show in View 2 and they do. I have set the EnableViewState property for all Views to True. In addition, I have
taken the tags from View 2 to see if they will display in Views' 1 and 3 and they do. Here's a sample of the code View #3:
<asp:View ID="vwStep3" runat="server">
<asp:Label id="_lblStep_5"
style="z-index:301; left:345px; top:162px; font-family:'Tahoma'; font-size:9pt; position:absolute;"
runat ...
Go to the complete details ...