protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ArrayList arlist_temp1 = new ArrayList(); txtEstimateStartDate.SelectedDate = Convert.ToDateTime(DateTime.Now.AddDays(-2 / 24).ToString("yyyy/MM/dd")); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\hour.txt"); DropDownList5.DataSource = arlist_temp1; DropDownList5.DataBind(); DropDownList5.Text = DateTime.Now.AddHours(-6).ToString("HH"); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\min.txt"); DropDownList8.DataSource = arlist_temp1; DropDownList8.DataBind(); DropDownList8.Text = "30"; txtEstimateEndDate.SelectedDate = Convert.ToDateTime(DateTime.Now.AddDays(-2 / 24).ToString("yyyy/MM/dd")); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\hour.txt"); DropDownList15.DataSource = arlist_temp1; DropDownList15.DataBind(); DropDownList15.Text = DateTime.Now.AddHours(-1).ToString("HH"); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\min.txt"); DropDownList18.DataSource = arlist_temp1; DropDownList18.DataBind(); DropDownList18.Text = "29"; arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\class.txt"); DropDownList1.DataSource = arlist_temp1; DropDownList1.DataBind(); //DropDownList1.Items.Insert(0, "請選擇"); bind_data(); } }
protected void Page_Load(object sender, EventArgs e) { empno = Convert.ToInt32(Request.QueryString["Empno"].ToString()); if (!IsPostBack) { string Q = "Select * from mstrCategory"; SqlCommand com = new SqlCommand(Q, dbcls.CONN()); SqlDataAdapter adpt = new SqlDataAdapter(com); DataTable dt = new DataTable(); adpt.Fill(dt); TextBox38.DataSource = dt; TextBox38.DataBind(); TextBox38.DataTextField = "category"; TextBox38.DataValueField = "cid"; TextBox38.DataBind(); DropDownList7.DataSource = dt; DropDownList7.DataBind(); DropDownList7.DataTextField = "category"; DropDownList7.DataValueField = "cid"; DropDownList7.DataBind(); DropDownList9.DataSource = dt; DropDownList9.DataBind(); DropDownList9.DataTextField = "category"; DropDownList9.DataValueField = "cid"; DropDownList9.DataBind(); DropDownList11.DataSource = dt; DropDownList11.DataBind(); DropDownList11.DataTextField = "category"; DropDownList11.DataValueField = "cid"; DropDownList11.DataBind(); DropDownList13.DataSource = dt; DropDownList13.DataBind(); DropDownList13.DataTextField = "category"; DropDownList13.DataValueField = "cid"; DropDownList13.DataBind(); DropDownList15.DataSource = dt; DropDownList15.DataBind(); DropDownList15.DataTextField = "category"; DropDownList15.DataValueField = "cid"; DropDownList15.DataBind(); BindTextBoxvalues(); } }
private void BindDropDownList15() { DataSet ds = new DataSet(); DatabaseHelper DbQuery = new DatabaseHelper(); DataTable dt = new DataTable(); DataRow ndr = dt.NewRow(); dt.Columns.Add("Filed1", typeof(String)); dt.Columns.Add("Filed2", typeof(String)); //1.自然人 2.法人 dt.Rows.Add(new Object[] { "1", "1自然人" }); dt.Rows.Add(new Object[] { "2", "2法人" }); DropDownList15.DataSource = dt; DropDownList15.DataTextField = "Filed2"; DropDownList15.DataValueField = "Filed1"; DropDownList15.DataBind(); }
protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { string Q = "Select * from mstrCategory"; SqlCommand com = new SqlCommand(Q, dbcls.CONN()); SqlDataAdapter adpt = new SqlDataAdapter(com); DataTable dt = new DataTable(); adpt.Fill(dt); TextBox38.DataSource = dt; TextBox38.DataBind(); TextBox38.DataTextField = "category"; TextBox38.DataValueField = "cid"; TextBox38.DataBind(); DropDownList7.DataSource = dt; DropDownList7.DataBind(); DropDownList7.DataTextField = "category"; DropDownList7.DataValueField = "cid"; DropDownList7.DataBind(); DropDownList9.DataSource = dt; DropDownList9.DataBind(); DropDownList9.DataTextField = "category"; DropDownList9.DataValueField = "cid"; DropDownList9.DataBind(); DropDownList11.DataSource = dt; DropDownList11.DataBind(); DropDownList11.DataTextField = "category"; DropDownList11.DataValueField = "cid"; DropDownList11.DataBind(); DropDownList13.DataSource = dt; DropDownList13.DataBind(); DropDownList13.DataTextField = "category"; DropDownList13.DataValueField = "cid"; DropDownList13.DataBind(); DropDownList15.DataSource = dt; DropDownList15.DataBind(); DropDownList15.DataTextField = "category"; DropDownList15.DataValueField = "cid"; DropDownList15.DataBind(); } }
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ArrayList arlist_temp1 = new ArrayList(); txtEstimateStartDate.SelectedDate = Convert.ToDateTime(DateTime.Now.AddDays(-7).ToString("yyyy/MM/dd")); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\hour.txt"); DropDownList5.DataSource = arlist_temp1; DropDownList5.DataBind(); DropDownList5.Text = DateTime.Now.ToString("HH"); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\min.txt"); DropDownList8.DataSource = arlist_temp1; DropDownList8.DataBind(); DropDownList8.Text = DateTime.Now.ToString("mm"); txtEstimateEndDate.SelectedDate = Convert.ToDateTime(DateTime.Now.AddDays(+0).ToString("yyyy/MM/dd")); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\hour.txt"); DropDownList15.DataSource = arlist_temp1; DropDownList15.DataBind(); DropDownList15.Text = DateTime.Now.ToString("HH"); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\min.txt"); DropDownList18.DataSource = arlist_temp1; DropDownList18.DataBind(); DropDownList18.Text = DateTime.Now.ToString("mm"); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\abnormal_type.txt"); DropDownList1.DataSource = arlist_temp1; DropDownList1.DataBind(); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\abnormal_area.txt"); DropDownList2.DataSource = arlist_temp1; DropDownList2.DataBind(); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\dep.txt"); DropDownList3.DataSource = arlist_temp1; DropDownList3.DataBind(); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\flag_type_query.txt"); DropDownList12.DataSource = arlist_temp1; DropDownList12.DataBind(); bind_data(); } }
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { var x = Request.QueryString["page"].ToString(); int y = int.Parse(x); if (y == 1) { Panel2.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_department rr = db.Tbl_department.First(u => u.Department_ID == y1); int dep = Convert.ToInt32(rr.Level_ID); var stateid = from Tbl_Level in db.Tbl_Level where Tbl_Level.Level_ID.Equals(dep) select new { Tbl_Level.Name_Ar, Tbl_Level.Name_Er, Tbl_Level.Level_ID }; var le = from Tbl_Level in db.Tbl_Level select new { Tbl_Level.Name_Er, Tbl_Level.Level_ID, Tbl_Level.Name_Ar }; DropDownList1.DataSource = le.ToList(); DropDownList1.DataValueField = "Level_ID"; DropDownList1.DataTextField = "Name_Er"; DropDownList1.DataBind(); DropDownList1.SelectedValue = dep.ToString(); name_ar_dep.Text = rr.Name_Ar; name_en_dep.Text = rr.Name_En; } else if (y == 112) { Panel7.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_department rr = db.Tbl_department.First(u => u.Department_ID == y1); int dep = Convert.ToInt32(rr.Level_ID); var stateid = from Tbl_Level in db.Tbl_Level where Tbl_Level.Level_ID.Equals(dep) select new { Tbl_Level.Name_Ar, Tbl_Level.Name_Er, Tbl_Level.Level_ID }; var le = from Tbl_Level in db.Tbl_Level select new { Tbl_Level.Name_Er, Tbl_Level.Level_ID, Tbl_Level.Name_Ar }; DropDownList9.DataSource = le.ToList(); DropDownList9.DataValueField = "Level_ID"; DropDownList9.DataTextField = "Name_Ar"; DropDownList9.DataBind(); DropDownList9.SelectedValue = dep.ToString(); TextBox14.Text = rr.Name_Ar; TextBox13.Text = rr.Name_En; } else if (y == 21) { Panel8.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Subject rr = db.Tbl_Subject.First(u => u.Subject_ID == y1); int pro = Convert.ToInt32(rr.Prof_ID); var stateid = from Tbl_Prof in db.Tbl_Prof where Tbl_Prof.Approval.Equals("1") select new { Tbl_Prof.Prof_ID, Tbl_Prof.Name }; //var pr = from Tbl_Prof in db.Tbl_Prof select new { Tbl_Prof.Name, Tbl_Prof.Prof_ID }; DropDownList10.DataSource = stateid.ToList(); DropDownList10.DataValueField = "Prof_ID"; DropDownList10.DataTextField = "Name"; DropDownList10.DataBind(); DropDownList10.SelectedValue = pro.ToString(); int dep = Convert.ToInt32(rr.Department_ID); Tbl_department de = db.Tbl_department.First(d => d.Department_ID == dep); int lev = Convert.ToInt32(de.Level_ID); var le = from Tbl_Level in db.Tbl_Level select new { Tbl_Level.Name_Er, Tbl_Level.Level_ID, Tbl_Level.Name_Ar }; DropDownList11.DataSource = le.ToList(); DropDownList11.DataValueField = "Level_ID"; DropDownList11.DataTextField = "Name_Ar"; DropDownList11.DataBind(); DropDownList11.SelectedValue = lev.ToString(); var stateidDep = from Tbl_department in db.Tbl_department where Tbl_department.Level_ID.Equals(lev) select new { Tbl_department.Department_ID, Tbl_department.Level_ID, Tbl_department.Name_En, Tbl_department.Name_Ar }; var statename = stateidDep.ToList(); if (statename.Count > 0) { DropDownList12.DataSource = statename; DropDownList12.DataValueField = "Department_ID"; DropDownList12.DataTextField = "Name_Ar"; DropDownList12.DataBind(); DropDownList12.SelectedValue = dep.ToString(); } TextBox15.Text = rr.Name_Er; TextBox16.Text = rr.Name_Ar; } else if (y == 2) { Panel3.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Subject rr = db.Tbl_Subject.First(u => u.Subject_ID == y1); int pro = Convert.ToInt32(rr.Prof_ID); var stateid = from Tbl_Prof in db.Tbl_Prof where Tbl_Prof.Approval.Equals("1") select new { Tbl_Prof.Prof_ID, Tbl_Prof.Name }; //var pr = from Tbl_Prof in db.Tbl_Prof select new { Tbl_Prof.Name, Tbl_Prof.Prof_ID }; DropDownList4.DataSource = stateid.ToList(); DropDownList4.DataValueField = "Prof_ID"; DropDownList4.DataTextField = "Name"; DropDownList4.DataBind(); DropDownList4.SelectedValue = pro.ToString(); int dep = Convert.ToInt32(rr.Department_ID); Tbl_department de = db.Tbl_department.First(d => d.Department_ID == dep); int lev = Convert.ToInt32(de.Level_ID); var le = from Tbl_Level in db.Tbl_Level select new { Tbl_Level.Name_Er, Tbl_Level.Level_ID }; DropDownList2.DataSource = le.ToList(); DropDownList2.DataValueField = "Level_ID"; DropDownList2.DataTextField = "Name_Er"; DropDownList2.DataBind(); DropDownList2.SelectedValue = lev.ToString(); var stateidDep = from Tbl_department in db.Tbl_department where Tbl_department.Level_ID.Equals(lev) select new { Tbl_department.Department_ID, Tbl_department.Level_ID, Tbl_department.Name_En }; var statename = stateidDep.ToList(); if (statename.Count > 0) { DropDownList3.DataSource = statename; DropDownList3.DataValueField = "Department_ID"; DropDownList3.DataTextField = "Name_En"; DropDownList3.DataBind(); DropDownList3.SelectedValue = dep.ToString(); } TextBox1.Text = rr.Name_Er; TextBox2.Text = rr.Name_Ar; } else if (y == 31) { Panel9.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Prof rr = db.Tbl_Prof.First(u => u.Prof_ID == y1); TextBox17.Text = rr.Name.ToString(); TextBox18.Text = rr.Password.ToString(); TextBox19.Text = rr.Email.ToString(); } else if (y == 3) { Panel1.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Prof rr = db.Tbl_Prof.First(u => u.Prof_ID == y1); TextBox4.Text = rr.Name.ToString(); TextBox5.Text = rr.Password.ToString(); TextBox6.Text = rr.Email.ToString(); } else if (y == 41) { Panel10.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Student rr = db.Tbl_Student.First(u => u.Student_ID == y1); TextBox20.Text = rr.Name.ToString(); TextBox21.Text = rr.Password.ToString(); TextBox22.Text = rr.Email.ToString(); var lev = rr.Level_ID; var dep = rr.Department_ID; var le = from Tbl_Level in db.Tbl_Level select new { Tbl_Level.Name_Er, Tbl_Level.Level_ID, Tbl_Level.Name_Ar }; DropDownList13.DataSource = le.ToList(); DropDownList13.DataValueField = "Level_ID"; DropDownList13.DataTextField = "Name_Ar"; DropDownList13.DataBind(); DropDownList13.SelectedValue = lev.ToString(); var stateidDep = from Tbl_department in db.Tbl_department where Tbl_department.Level_ID.Equals(lev) select new { Tbl_department.Department_ID, Tbl_department.Level_ID, Tbl_department.Name_En, Tbl_department.Name_Ar }; var statename = stateidDep.ToList(); if (statename.Count > 0) { DropDownList14.DataSource = statename; DropDownList14.DataValueField = "Department_ID"; DropDownList14.DataTextField = "Name_Ar"; DropDownList14.DataBind(); DropDownList14.SelectedValue = dep.ToString(); } } else if (y == 4) { Panel4.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Student rr = db.Tbl_Student.First(u => u.Student_ID == y1); TextBox3.Text = rr.Name.ToString(); TextBox7.Text = rr.Password.ToString(); TextBox8.Text = rr.Email.ToString(); var lev = rr.Level_ID; var dep = rr.Department_ID; var le = from Tbl_Level in db.Tbl_Level select new { Tbl_Level.Name_Er, Tbl_Level.Level_ID }; DropDownList5.DataSource = le.ToList(); DropDownList5.DataValueField = "Level_ID"; DropDownList5.DataTextField = "Name_Er"; DropDownList5.DataBind(); DropDownList5.SelectedValue = lev.ToString(); var stateidDep = from Tbl_department in db.Tbl_department where Tbl_department.Level_ID.Equals(lev) select new { Tbl_department.Department_ID, Tbl_department.Level_ID, Tbl_department.Name_En }; var statename = stateidDep.ToList(); if (statename.Count > 0) { DropDownList6.DataSource = statename; DropDownList6.DataValueField = "Department_ID"; DropDownList6.DataTextField = "Name_En"; DropDownList6.DataBind(); DropDownList6.SelectedValue = dep.ToString(); } } else if (y == 61) { Panel11.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_chapter rr = db.Tbl_chapter.First(u => u.Chapter_ID == y1); int dep = Convert.ToInt32(rr.Subject_ID); var x2 = Request.QueryString["pr"].ToString(); int y2 = int.Parse(x2); var stateid = from Tbl_Subject in db.Tbl_Subject where Tbl_Subject.Prof_ID.Equals(y2) select new { Tbl_Subject.Subject_ID, Tbl_Subject.Name_Ar }; var statename = stateid.ToList(); if (statename.Count > 0) { DropDownList15.DataValueField = "Subject_ID"; DropDownList15.DataTextField = "Name_Ar"; DropDownList15.DataSource = statename; DropDownList15.DataBind(); DropDownList15.Items.Insert(0, "--- select sub----"); } DropDownList15.SelectedValue = dep.ToString(); TextBox24.Text = rr.Name_Ar; TextBox23.Text = rr.Name_En; } else if (y == 6) { Panel5.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_chapter rr = db.Tbl_chapter.First(u => u.Chapter_ID == y1); int dep = Convert.ToInt32(rr.Subject_ID); var x2 = Request.QueryString["pr"].ToString(); int y2 = int.Parse(x2); var stateid = from Tbl_Subject in db.Tbl_Subject where Tbl_Subject.Prof_ID.Equals(y2) select new { Tbl_Subject.Subject_ID, Tbl_Subject.Name_Er }; var statename = stateid.ToList(); if (statename.Count > 0) { DropDownList7.DataValueField = "Subject_ID"; DropDownList7.DataTextField = "Name_Er"; DropDownList7.DataSource = statename; DropDownList7.DataBind(); DropDownList7.Items.Insert(0, "--- select sub----"); } DropDownList7.SelectedValue = dep.ToString(); TextBox10.Text = rr.Name_Ar; TextBox9.Text = rr.Name_En; } else if (y == 71) { Panel12.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Question rr = db.Tbl_Question.First(u => u.Question_ID == y1); TextBox26.Text = rr.Question_Ar.ToString(); TextBox25.Text = rr.Question_En.ToString(); DropDownList16.SelectedValue = rr.Question_Level.ToString(); var x2 = Request.QueryString["pr"].ToString(); int y2 = int.Parse(x2); } else if (y == 7) { Panel6.Visible = true; var x1 = Request.QueryString["id"].ToString(); int y1 = int.Parse(x1); Tbl_Question rr = db.Tbl_Question.First(u => u.Question_ID == y1); TextBox12.Text = rr.Question_Ar.ToString(); TextBox11.Text = rr.Question_En.ToString(); DropDownList8.SelectedValue = rr.Question_Level.ToString(); var x2 = Request.QueryString["pr"].ToString(); int y2 = int.Parse(x2); } } }
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { sql_str = " select distinct(t.offday) as offday from onduty t " + " where t.offday not in ('OFF','ON') "; ds_temp = func.get_dataSet_access(sql_str, conn); RadioButtonList1.DataSource = ds_temp.Tables[0]; RadioButtonList1.DataTextField = "offday"; RadioButtonList1.DataValueField = "offday"; RadioButtonList1.DataBind(); // RadioButtonList1.Items.Insert(0, "請選擇"); txtEstimateStartDate.SelectedDate = Convert.ToDateTime(DateTime.Now.AddDays(-1).ToString("yyyy/MM/dd")); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\hour.txt"); DropDownList5.DataSource = arlist_temp1; DropDownList5.DataBind(); DropDownList5.Text = DateTime.Now.ToString("HH"); DropDownList5.Text = "08"; arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\min.txt"); DropDownList8.DataSource = arlist_temp1; DropDownList8.DataBind(); DropDownList8.Text = DateTime.Now.ToString("mm"); DropDownList8.Text = "00"; txtEstimateEndDate.SelectedDate = Convert.ToDateTime(DateTime.Now.AddDays(+0).ToString("yyyy/MM/dd")); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\hour.txt"); DropDownList15.DataSource = arlist_temp1; DropDownList15.DataBind(); DropDownList15.Text = DateTime.Now.ToString("HH"); arlist_temp1 = func.FileToArray(Server.MapPath(".") + "\\config\\min.txt"); DropDownList18.DataSource = arlist_temp1; DropDownList18.DataBind(); DropDownList18.Text = DateTime.Now.ToString("mm"); DropDownList18.Text = "59"; #region MyRegion 值班工程師 sql_str = " select distinct (t.engineer) as engineer " + " from onduty t " + " where t.engineer not in " + " ('何宗彥', '吳泳潔', '廖建賀', '張松騰', '徐展文', '林校平', '林豐裕', " + " '羅盛平', '胡慶祥', '邵朝文', '賴岳汶', '陳品辰', '陳盈仁', '魏武慶', " + " '黃建友', '黃紹煒','蔡丞','楊炎煌','蕭寶棋','蔡育倫','陳鏞企','吳宗哲','吳宜蓁','呂政達') "; // ds_temp.Clear(); ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList4.DataSource = ds_temp.Tables[0]; DropDownList4.DataTextField = "engineer"; DropDownList4.DataValueField = "engineer"; DropDownList4.DataBind(); DropDownList4.Items.Insert(0, "請選擇"); #endregion #region fab sql_str = " select distinct (t.fab) as fab " + " from onduty t "; // ds_temp.Clear(); string [] fab_array = { "T0T1*", "T2*", "T0Array", "T1Array", "T0Cell", "T1Cell", "T1CF", "T2Array", "T2Cell", "T2CF", "T0T1_OTHERS", "T2_OTHERS", "C3", "WIS" }; ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList1.DataSource = ds_temp.Tables[0]; DropDownList1.DataSource = fab_array; //DropDownList1.DataTextField = "fab"; //DropDownList1.DataValueField = "fab"; DropDownList1.DataBind(); DropDownList1.Items.Insert(0, "請選擇"); #endregion #region fab sql_str = " select distinct (t.system) as system " + " from onduty t "; // ds_temp.Clear(); ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList2.DataSource = ds_temp.Tables[0]; DropDownList2.DataTextField = "system"; DropDownList2.DataValueField = "system"; DropDownList2.DataBind(); DropDownList2.Items.Insert(0, "請選擇"); #endregion #region close_flag sql_str = "select distinct(t.close_flag) as close_flag from onduty t" + " where t.close_flag is not null"; // ds_temp.Clear(); ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList3.DataSource = ds_temp.Tables[0]; DropDownList3.DataTextField = "close_flag"; DropDownList3.DataValueField = "close_flag"; DropDownList3.DataBind(); DropDownList3.Items.Insert(0, "請選擇"); #endregion #region ars_flag sql_str = "select distinct(t.ars_flag) as ars_flag from onduty t" + " where t.ars_flag is not null"; // ds_temp.Clear(); ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList12.DataSource = ds_temp.Tables[0]; DropDownList12.DataTextField = "ars_flag"; DropDownList12.DataValueField = "ars_flag"; DropDownList12.DataBind(); DropDownList12.Items.Insert(0, "請選擇"); #endregion #region alarm_flag sql_str = "select distinct(t.alarm_flag) as alarm_flag from onduty t" + " where t.alarm_flag is not null"; // ds_temp.Clear(); ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList10.DataSource = ds_temp.Tables[0]; DropDownList10.DataTextField = "alarm_flag"; DropDownList10.DataValueField = "alarm_flag"; DropDownList10.DataBind(); DropDownList10.Items.Insert(0, "請選擇"); #endregion #region type sql_str = " select distinct(t.type) as type from onduty t " + " where t.type not in ('資料異常','MO+過帳失敗','交辦事項','支援部門','設備(搬運系統)','過帳失敗') "; // ds_temp.Clear(); ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList6.DataSource = ds_temp.Tables[0]; DropDownList6.DataTextField = "type"; DropDownList6.DataValueField = "type"; DropDownList6.DataBind(); DropDownList6.Items.Insert(0, "請選擇"); #endregion #region product_impact sql_str = " select distinct(t.product_impact) as product_impact from onduty t " + " where t.product_impact is not null "; ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList7.DataSource = ds_temp.Tables[0]; DropDownList7.DataTextField = "product_impact"; DropDownList7.DataValueField = "product_impact"; DropDownList7.DataBind(); DropDownList7.Items.Insert(0, "請選擇"); #endregion #region 處理者 sql_str = " select distinct(t.bywhom) as bywhom from onduty t " + " where t.bywhom is not null "; ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList9.DataSource = ds_temp.Tables[0]; DropDownList9.DataTextField = "bywhom"; DropDownList9.DataValueField = "bywhom"; DropDownList9.DataBind(); DropDownList9.Items.Insert(0, "請選擇"); #endregion #region Assign To sql_str = " select distinct(t.assign_owner) as assign_owner from onduty t " + " where t.assign_owner not in ('何宗彥', '吳泳潔', '廖建賀', '張松騰', '徐展文', '林校平', '林豐裕', " + " '羅盛平', '胡慶祥', '邵朝文', '賴岳汶', '陳品辰', '陳盈仁', '魏武慶', " + " '黃建友', '黃紹煒','蔡丞','楊炎煌','蕭寶棋','蔡育倫','陳鏞企','吳宗哲','吳宜蓁','呂政達') "; ds_temp = func.get_dataSet_access(sql_str, conn); DropDownList11.DataSource = ds_temp.Tables[0]; DropDownList11.DataTextField = "assign_owner"; DropDownList11.DataValueField = "assign_owner"; DropDownList11.DataBind(); DropDownList11.Items.Insert(0, "請選擇"); DropDownList11.Items.Insert(1, "*"); #endregion Label1.Text = "0"; Label2.Text = "0"; Label3.Text = "0"; Label4.Text = "0"; Label5.Text = "0"; Label1.ForeColor = Color.Red; Label2.ForeColor = Color.Red; Label3.ForeColor = Color.Red; Label4.ForeColor = Color.Red; Label5.ForeColor = Color.Red; bind_data(); //MappTextProvider omapp = new MappTextProvider(); //omapp.SendMessage("12574", "值班紀錄被查詢發送測試"); } }