void BindSolution() { GiaiPhapService gps = new GiaiPhapService(); DataTable lst = gps.GetGiaiPhepByEnerprise(memVal.OrgId); ddlSolution.DataSource = lst; ddlSolution.DataBind(); ddlSolution.Items.Insert(0, new ListItem("---Chọn giải pháp---", "")); }
void BindSolution() { GiaiPhapService gps = new GiaiPhapService(); DataTable lst = gps.GetGiaiPhepByEnerprise(Convert.ToInt32(m_UserValidation.OrgId)); dllgiaiphap.DataSource = lst; dllgiaiphap.DataBind(); dllgiaiphap.Items.Insert(0, new ListItem("---Chọn giải pháp---", "")); ddlSolution2.DataSource = lst; ddlSolution2.DataBind(); ddlSolution2.Items.Insert(0, new ListItem("---Chọn giải pháp---", "")); }