ASP.NET(vb.net) & MultiView - asp:MultiView - asp:MultiView : The MultiView control represents a control that acts as a container for groups of View controls. It allows you to define a group of View controls, where each View control contains child controls, for example, in an online survey application. Your application can then render a specific View control to the client based on criteria such as user identity, user preferences, or information passed in a query string parameter.
ShotDev Focus:
- ASP.NET(vb.net) & MultiView - asp:MultiView
Example
MultiView.aspx
<script type="text/javascript"><!-- Sub DropDownList1_SelectedIndexChanged(sender As Object, e As System.EventArgs) MultiView1.ActiveViewIndex = DropDownList1.SelectedValue End Sub // --></script> ShotDev.Com Tutorial <form id="form1"> runat="server" AutoPostBack="True"> Name Email Password First Name : Last Name : Enter Your Email (Auth Password) Password:
Screenshot