public void FillMasterLC() { ddlMasterLc.DataSource = rpt.GetAllMAsterLC(); ddlMasterLc.DataValueField = "MasterLCNo"; ddlMasterLc.DataTextField = "MasterLCNo"; ddlMasterLc.DataBind(); ddlMasterLc.Items.Insert(0, new ListItem("Select One", "0")); }