Καλημέρα,
έχω ένα dropdownlist με όπως το παρακάτω:
<asp:DropDownList ID="DropDownList3" runat="server" Width="166px">
<asp:ListItem Selected="True">ALL</asp:ListItem>
<asp:ListItem>cat</asp:ListItem>
<asp:ListItem>dog</asp:ListItem>
<asp:ListItem>boy</asp:ListItem>
</asp:DropDownList>
Έχω και ένα ImageMap που περιέχει μια γάτα, ένα σκύλο και ένα παιδί.
Πως μπορώ όταν διαλέγω κάτι από το ImageMap, να αλλάζει η Selected (στπ dropdownlist) στον αντίστοιχο που έχω κάνει click;