private void toolStripLabel1_Click(object sender, EventArgs e) { con = new SqlConnection(strCon); con.Open(); SqlCommand com = new SqlCommand(); for (int i = 0; i < dataGridView1.Rows.Count - 1; i++) { if (dataGridView1.Rows[i].Cells[0].Value != null) { String id=dataGridView1 .Rows [i].Cells [1].Value .ToString (); sql="delete from usernamepassword where id='"+id+"'"; com.Connection = con; com.CommandType = CommandType.Text; com.CommandText = sql; com.ExecuteNonQuery(); } } }
DataGridView1(5, i ).Value = True
for (int i = dataGridView1.Rows.Count-1; i >= 0; i--) { if (dataGridView1.Rows[i].Cells[0].Value != null) { if(dataGridView1.Rows[i].Cells[0].Value != "true") { String id=dataGridView1 .Rows [i].Cells [1].Value .ToString (); sql="delete from usernamepassword where id='"+id+"'"; com.Connection = con; com.CommandType = CommandType.Text; com.CommandText = sql; com.ExecuteNonQuery(); datagridview1.removeat[i]...... ไรงี้นะครับ }} }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง