private void button1_Click(object sender, EventArgs e) { string strValue = ""; List<int> rowsToDelete = new List<int>(); { foreach (DataGridViewRow row in dataGridView1.Rows) { DataGridViewCheckBoxCell checkBox = dataGridView1[0, row.Index] as DataGridViewCheckBoxCell; if (checkBox != null) { if (Convert.ToBoolean(checkBox.Value) == true) { strValue += ";" + row.Cells[1].Value.ToString(); StreamWriter File = new StreamWriter("Test_File1.txt"); File.Write(strValue); File.Close(); } } } } }
string text = File.ReadAllText(@"c:\temp\coffee.txt"); text = text.Replace("value เดิม", "value ใหม่"); File.WriteAllText(@"c:\temp\coffee.txt", text);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง