there is a dropdownlist
<asp:DropDownList ID="ddlFranchise" runat="server" >
<asp:ListItem>Canada</asp:ListItem>
<asp:ListItem>India</asp:ListItem>
<asp:ListItem>USA</asp:ListItem>
</asp:DropDownList>
these show in label like
Canada(Label1) :
India (Label2) :
USA (Label3) :