String StrCon = ("Data Source=COIL_SVR1;Initial Catalog=TCPJtest2;User ID=sa;Password=coilsql"); String StrOut = ("SELECT col1, col2, col3, col4, col5 FROM checkTable"); SqlConnection Conn = new SqlConnection(StrCon); SqlCommand Comm1 = new SqlCommand(StrOut, Conn); Comm1.CommandType = CommandType.Text; Conn.Open(); SqlDataReader DR1 = Comm1.ExecuteReader(); if (DR1.Read()) { string col1txt = DR1.GetValue(0).ToString(); string col2txt = DR1.GetValue(1).ToString(); string col3txt = DR1.GetValue(2).ToString(); string col4txt = DR1.GetValue(3).ToString(); string col5txt = DR1.GetValue(4).ToString(); string y = "2"; // ค่าสมมติ if (y == col2txt) { Label1.Text = "check if"; } else Label1.Text = "check else"; }
if (y == col2txt) { Label1.Text = "check if"; } else Label1.Text = "check else"; result =>> check else
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง