标题:asp.net动态输出控件
只看楼主
liaohongchu
Rank: 1
等 级:新手上路
帖 子:133
专家分:0
注 册:2008-4-25
结帖率:78.72%
已结贴  问题点数:20 回复次数:2 
asp.net动态输出控件
动态输出控件,比如输出5个文本框. 改如何做呢

我本来想这样做 的,但不行
for (int i=0;i<6;i++)
        {
            list1.Text += "<tr><td width=\"50%\" align=\"left\" style=\"height: 26px\"><asp:TextBox ID=\"linkname" + i + "\" runat=\"server\" CssClass=\"input\" Width=\"345px\"></asp:TextBox></td><td align=\"left\" style=\"height: 26px; width: 354px;\"><asp:TextBox ID=\"url" + i + "\" runat=\"server\" CssClass=\"input\" Width=\"345px\"></asp:TextBox></tr>";
        }
搜索更多相关主题的帖子: 控件 动态 asp 输出 
2010-04-28 21:09
冰镇柠檬汁儿
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:北京
等 级:版主
威 望:120
帖 子:8074
专家分:6657
注 册:2005-11-7
得分:10 
拼html代码,用html控件

本来无一物,何处惹尘埃
It is empty at all here, Why pm 2.5 is so TMD high!
2010-04-29 10:48



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-304778-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.045862 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved