private string _key;
protected void Page_Load(object sender, EventArgs e) { _key = string.Empty; }
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.RowType == RowType.DataRow) { string name = string.Format("{0}{1}", e.Row.Cells[0].Text, e.Row.Cells[1].Text); if (_key == name) { e.Row.Cells[0].Text = string.Empty; e.Row.Cells[1].Text = string.Empty; } else { _key = name; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง