<asp:DropDownList ID="DropDownList1" runat="server" Font-Bold="true" Width="180px"> </asp:DropDownList><br />
protected void Page_Load(object sender, EventArgs e) { DropDownList1.Items.Clear(); DropDownList3.Items.Add("Sample"); DropDownList3.Items.Add("Demo"); DropDownList3.Items.Add("Example"); }
DropDownList1.selectedvalue, DropDownList1.selectedIndex
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Login to post response