Pooja Chowdhury

Pooja Chowdhury

  • NA
  • 396
  • 37.3k

fetch data from dropdownlist

Jan 12 2017 3:13 AM
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) :
 
 
 

Answers (5)