|
![](/images/resource/spacer.gif) |
|
(ASP.NET C#) Controls.Add DropDownList แล้วเว้นบรรทัดไม่ได้ ..............!!? |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ลองใส่ br ซะ 2 ตัวครับ หรือไม่ลอง view source ในหน้า IE ครับ ว่ามีการ Gen html tag <br> ขึ้นมาหรือไม่
Go to : (C#) ASP.NET Controls.Add
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2011-03-14 16:59:32 |
By :
webmaster |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
เว้นบรรทัด panel6 อันสุดท้ายอันเดียวครับ
Code (C#)
int i;
Label lblNum,lblBr;
TextBox txtQuan, txtUnit, txtAmount;
DropDownList DDLDetailList;
for (i = 1; i <= Convert.ToInt32(this.ddlNum.SelectedItem.Value); i++)
{
lblBr = new Label();
lblBr.Text = "<br /><br /><br />";
txtQuan = new TextBox();
txtQuan.ID = "Quan" + i;
txtQuan.Width = 20;
DDLDetailList = new DropDownList();
DDLDetailList.ID = "Detail" + i;
lblNum = new Label();
lblNum.Text = Convert.ToString(i);
txtUnit = new TextBox();
txtUnit.ID = "Unit" + i;
txtAmount = new TextBox();
txtAmount.ID = "Amoumt" + i;
this.Panel1.Controls.Add(lblNum);
this.Panel1.Controls.Add(lblBr);
this.Panel2.Controls.Add(lblBr);
this.Panel2.Controls.Add(DDLDetailList);
this.Panel3.Controls.Add(txtQuan);
this.Panel3.Controls.Add(lblBr);
this.Panel5.Controls.Add(txtUnit);
this.Panel5.Controls.Add(lblBr);
this.Panel6.Controls.Add(txtAmount);
this.Panel6.Controls.Add(lblBr);
เป็นเพราะผมใส่เยอะรึป่าว
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2011-03-14 17:28:43 |
By :
hamzter |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
น่าจะต้อง new ใหม่น่ะครับ ![](/images/bbcode/grin.gif?v=1001)
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2011-03-14 17:31:23 |
By :
webmaster |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
โอเคครับ new ทีละอันใช้ได้ ขอบคุณครับ
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2011-03-14 17:36:09 |
By :
hamzter |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 01
|