Asp Control ASP.Net

    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 

  
    MultiView Demo
    
      public void SwitchPage(Object s, EventArgs e) 
      {
        myMultiView.ActiveViewIndex = (myMultiView.ActiveViewIndex + 1) % 2;
      }
    
  
  
    
      


                    runat="server" OnClick="SwitchPage" />
      


                ActiveViewIndex="0">
        
          

... contents of the first view ...


        
        
          

... contents of the second view ...