protected void btnAddChoiceQst_Click(object sender, EventArgs e) { Control objCtrl = new Control(); objCtrl = LoadControl("~/ucChoiceQst.ascx"); this.pnlCtrl.Controls.Add(objCtrl); }
//*** Create New Label ***' Label lblText = new Label(); { lblText.Text = "My Customer"; lblText.Font.Size = 30; } this.pnlMain1.Controls.Add(lblText); //*** Create DataGrid ***' DataGrid myDataGrid = new DataGrid(); { myDataGrid.AutoGenerateColumns = true; myDataGrid.DataSource = DataSource(); myDataGrid.DataBind(); } this.pnlMain2.Controls.Add(myDataGrid);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง