List<TextBox> TextBoxCollection = new List<TextBox>(); TextBoxCollection.Add(TextBox1); TextBoxCollection.Add(TextBox2); TextBoxCollection.Add(TextBox3); foreach (TextBox aTextBox in TextBoxCollection) { string sqlCommandString = "Insert Into [MyTable] ([MyField]) Values (@txt)"; SqlCommand sqlCommand = new SqlCommand(sqlCommandString, sqlConnection); sqlCommand.Parameters.AddWithValue("@txt", aTextBox.Text); sqlConnection.Open(); sqlCommand.ExecuteNonQuery(); sqlConnection.Close(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง