using System; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class _Default : System.Web.UI.Page { public int count; protected void Page_Load(object sender, EventArgs e) { count = 0; } protected void btnIncrease_Click(object sender, EventArgs e) { Response.Write("Question<%=count%>: <asp:HiddenField ID='Hidden' runat='server' />"); Response.Write("<asp:TextBox ID='TextBox1' runat='server' Height='71px' TextMode='MultiLine'" +"Width='322px' />"); Response.Write("<br />"); Response.Write("Answer:"); Response.Write("<asp:RadioButton ID=RadioButton runat=server GroupName=group<%=count%> />"); Response.Write("<asp:RadioButton ID=RadioButton runat=server GroupName=group<%=count%> />"); ++count; } }
Quote:1. Response.Write("<asp:TextBox ID='TextBox1' runat='server' Height='71px' TextMode='MultiLine Width='322px' />"); Cannot create an object of type 'System.Web.UI.WebControls.TextBoxMode' from its string representation ''MultiLine' for the 'TextMode' property. มีตััวใหม่ใช้ แทน textbox แบบ multiline mode ได้บ้างครับ [Textarea ไม่ค่อยแน่ใจอะครับ เห็นมันเป็น html ไม่ใช่ asp] แล้วก็
Quote:2.Response.Write("<asp:RadioButton ID=RadioButton runat=server GroupName=group<%=count%> />"); .Server tags cannot contain <% ... %> constructs. ต้องใช้คำว่าไรครับ จึงจะดึงค่า variable จากฝั่ง server มาได้?
Quote:3.<asp:Button ID="btnIncrease" runat="server" Text="+" OnClick="JavaScript:Increasement();" /> มันบอกว่า Compiler Error Message: CS1026: ) expected --> ดุแล้วก็ไม่เห็นมี ) ตรงไหนเลยนี่ครับ . . . พอใส่ onclick event เข้ามาก็เป็นงี้เลย
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง