1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <form id="form1" runat="server">
<div>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" Style="position: relative"
Width="218px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList></div>
<br />
<br />
<asp:MultiView ID="MultiView1" runat="server">
<asp:View ID="View1" runat="server" >
<!--#include File="default2.aspx" -->
</asp:View>
<asp:View ID="View2" runat="server">
<!--#include File="default2.aspx" -->
</asp:View>
</asp:MultiView>
</form> |