string connStr = "Server=127.0.0.1;Database=hotspot;Uid=;Pwd=;"; MySqlConnection myCon = new MySqlConnection(connStr); MySqlDataAdapter myADAP = new MySqlDataAdapter("SELECT * FROM member_day ", myCon); DataSet DS = new DataSet(); myCon.Open(); myADAP.Fill(DS, "member_day"); BindingSource BindingS = new BindingSource(DS, DS.Tables[0].TableName); DataGridView DGV = new DataGridView(); DGV.Dock = DockStyle.Fill; DGV.DataSource = BindingS; dataGridView1.DataSource = DS; dataGridView1.DataMember = "member_day"; textBox1.DataBindings.Add("text",DS, "member_day.user"); textBox2.DataBindings.Add("text",DS, "member_day.pass"); myCon.Close();
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง