How do i change the placeholder title in this dropdown example to something else?
But let me ask, the placeholder showing "None Selected", please where is the title coming from, i want to change it as it doesn’t show on the very dropdown
<asp:DropDownList ID="ddlCountries" runat="server" multiple="multiple" CssClass="multiselect">
<asp:ListItem Text="Argentina" Value="Argentina"></asp:ListItem>
<asp:ListItem Text="Austria" Value="Austria"></asp:ListItem>
<asp:ListItem Text="Belgium" Value="Belgium"></asp:ListItem>
<asp:ListItem Text="Brazil" Value="Brazil"></asp:ListItem>
<asp:ListItem Text="Canada" Value="Canada"></asp:ListItem>
</asp:DropDownList>
see link below