Quote:public partial class Default2 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } public void Button1_Click(object sender, EventArgs e) { } public void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { int i; TextBox Text1; for (i = 1; i <= Convert.ToInt32(this.DropDownList1.SelectedItem.Value); i++) { Text1 = new TextBox(); Text1.ID = "Text1" + i; lbl1 = new Label(); lbl1.ID = "lbl1"; Text1.Text = "ข้อที่ " + i; this.pnlCtrl.Controls.Add(Text1); } } }
Quote:</script> </head> <body> <form id="form1" runat="server"> <asp:Label ID="Label1" runat="server" ForeColor="#C00000" Style="position: relative; left: 0px; top: 0px;" Text="เพิ่มคำตอบ :"></asp:Label> <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" Style="left: 0px; position: relative; top: 0px"> <asp:ListItem>1</asp:ListItem> <asp:ListItem>2</asp:ListItem> <asp:ListItem>3</asp:ListItem> <asp:ListItem>4</asp:ListItem> <asp:ListItem Value="5"></asp:ListItem> <asp:ListItem>6</asp:ListItem> <asp:ListItem>7</asp:ListItem> <asp:ListItem>8</asp:ListItem> <asp:ListItem>9</asp:ListItem> <asp:ListItem>10</asp:ListItem> </asp:DropDownList> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: -22px; position: relative; top: 0px" Text="เพิ่ม" Width="56px" /> <asp:Button ID="btnAdd" runat="server" Style="position: relative" Text="ยกเลิก" /> <asp:Label ID="lbl1" runat="server" Style="left: -190px; position: relative; top: 40px" Text="Label" Visible="False"></asp:Label> <asp:Panel ID="pnlCtrl" runat="server" Height="24px" Style="position: relative; left: 8px; top: 16px;" Width="264px" TabIndex="1"> </asp:Panel> </form> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง