Guest User

Untitled

a guest
Nov 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <select id="mySelect" name="mySelect" runat="server" AutoPostBack="true" OnSeletedIndexChanged="mySelect_SelectIndexChanged"></select>
  2.  
  3. <asp:DropDownList id="AutosList" AutoPostBack="True" OnSelectedIndexChanged="AutosList_SelectIndexChanged"
  4. runat="server">
  5. <asp:ListItem Value="1">Ford</asp:ListItem>
  6. <asp:ListItem Value="2">Toyota</asp:ListItem>
  7. <asp:ListItem Value="3">Ferrari</asp:ListItem>
  8. </asp:DropDownList>
Add Comment
Please, Sign In to add comment