commandText = @"select qQuestion,qType from questionAsk where qID = 7 "; commandText = @"select qQuestion,qType from questionAsk where qID = 7 "; SqlDataAdapter da = new SqlDataAdapter(commandText, connectionString); DataSet ds = new DataSet(); da.Fill(ds, "questionAsk"); int countrows = ds.Tables["questionAsk"].Rows.Count; int countcolums = ds.Tables["questionAsk"].Columns.Count; int i; Label lblQ; Label lblQ1; CheckBox chk; RadioButton rdk; Label lblBr; for (int a = 0; a < countrows; a++) { for (int b = 0; b < countcolums; b++) { lblQ = new Label(); lblQ1 = new Label(); lblQ.Text = "คำถาม..." + ds.Tables["questionAsk"].Rows[a].ToString() + "<br>"; lblQ1.Text = "<hr>"; this.pnlCtrl.Controls.Add(lblQ); }
Quote:ในช่วง lblQ.Text = "คำถาม..." + ds.Tables["questionAsk"].Rows[a][b].ToString() + "<br>"; อยากให้โชว์เฉพาะ qQuestion แต่ไม่เอา qType ต้องทำยังไงหรอครับ
Quote:แล้วตอน Select ทำไม ไม่เลือกแต่ qQuestion ละครับ งง
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง