Conn.Open(); SqlDataReader DR1 = Comm1.ExecuteReader(); int countCol = DR1.FieldCount;//check to limit column int countRow = ???;
SqlDataReader dr = this.sqlCommand1.ExecuteReader(); int count = 0; if (dr.HasRows) { while (dr.Read()) { count++; } lblMsg.Text = string.Format("Number of rows: {0}", count);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง