foreach (DataGridViewRow row in dataGridView1.Rows) { row.DefaultCellStyle.BackColor = Color.GreenYellow; }
DataGridViewButtonColumn viewbutton = new DataGridViewButtonColumn(); viewbutton.Name = "View"; viewbutton.Text = "View"; int columnIndex = 10; if (dataGridView1.Columns["View"] == null) { dataGridView1.Columns.Insert(columnIndex, viewbutton); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง