The MultiView control supports the following properties ( this is not a complete list):
ActiveViewIndex: select the View control by index.
Views: return the list of View controls.
GetActiveView: get the selected View control.
SetActiveView: select the active view.
ActiveViewChanged: Raised when a new View control is selected.
<%@ Page Language="C#" %>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
MultiView Tabs