web 2.0

ASP.NET(vb.net) & MultiView - asp:MultiView

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

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

ASP.NET(vb.net) & MultiView - asp:MultiView

ASP.NET(vb.net) & MultiView - asp:MultiView
.
.
.
Download this script.
Download

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.