Hello
i have a dropdownlist in my page
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true">
<asp:ListItem Value="ru-RU" >Russian</asp:ListItem>
<asp:ListItem Value="es-MX">Spanish</asp:ListItem>
<asp:ListItem Value="de-DE">German</asp:ListItem>
<asp:ListItem Value="fr-FR">French</asp:ListItem>
<asp:ListItem Value="he-IL">Hebrew </asp:ListItem>
<asp:ListItem Value="ja-JP">Japanese </asp:ListItem>
<asp:ListItem Value="ar-SA">Arabic </asp:ListItem>
</asp:DropDownList>
i have to bind the contries flag with the name
give me some solution
thank you
Go to the complete details ...