private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { txtEditID.Text = dataGridView1.CurrentRow.Cells["Cus_ID"].Value.ToString(); txtEditAddress.Text = dataGridView1.CurrentRow.Cells["Cus_Address"].Value.ToString(); txtEditName.Text = dataGridView1.CurrentRow.Cells["Cus_Name"].Value.ToString(); txtEditLastname.Text = dataGridView1.CurrentRow.Cells["Cus_Lastname"].Value.ToString(); txtEditTel.Text = dataGridView1.CurrentRow.Cells["Cus_Tel"].Value.ToString(); txtEditEmail.Text = dataGridView1.CurrentRow.Cells["Cus_Email"].Value.ToString(); }
Dim f As New frmEdit() f._strID = Me.dgName(0, Me.dgName.CurrentCell.RowIndex).Value.ToString() f.Show()
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง