asp.net 动态表格显示边框怎么实现?
TablemyTable=NewTable();myTable.Width=800;下面使用myTable.Attributes[Border]=1;貌似不行myTabl...
Table myTable = New Table();
myTable.Width = 800;
下面使用myTable.Attributes[Border] = 1;貌似不行
myTable.里面没有Border属性
怎么办? 展开
myTable.Width = 800;
下面使用myTable.Attributes[Border] = 1;貌似不行
myTable.里面没有Border属性
怎么办? 展开
5个回答
推荐于2018-03-29 · 知道合伙人教育行家
sunzhenwei114
知道合伙人教育行家
向TA提问 私信TA
知道合伙人教育行家
采纳数:776
获赞数:6174
毕业于阜新矿业学院基础部数学师范专业,擅长初高中数学教学,熟练操作excel,信息技术与数学整合是特长。
向TA提问 私信TA
关注
展开全部
myTable.Attributes.Add("衫陪border", "1");
再设置属性,如:
table.Attributes.Add("border", "1");
table.Attributes.Add("width", "100%");
table.Attributes.Add("cellspacing", "0");
table.Attributes.Add("bordercolor", "DarkGray");
table.Attributes.Add("BorderStyle", "Solid"或胡蠢);
ASP.NET是.NET FrameWork的一部分,是一项做激微软公司的技术,是一种使嵌入网页中的脚本可由因特网服务器执行的服务器端脚本技术,它可以在通过HTTP请求文档时再在Web服务器上动态创建它们。 指 Active Server Pages(动态服务器页面) ,运行于 IIS(Internet Information Server 服务,是Windows开发的Web服务器)之中的程序 。
再设置属性,如:
table.Attributes.Add("border", "1");
table.Attributes.Add("width", "100%");
table.Attributes.Add("cellspacing", "0");
table.Attributes.Add("bordercolor", "DarkGray");
table.Attributes.Add("BorderStyle", "Solid"或胡蠢);
ASP.NET是.NET FrameWork的一部分,是一项做激微软公司的技术,是一种使嵌入网页中的脚本可由因特网服务器执行的服务器端脚本技术,它可以在通过HTTP请求文档时再在Web服务器上动态创建它们。 指 Active Server Pages(动态服务器页面) ,运行于 IIS(Internet Information Server 服务,是Windows开发的Web服务器)之中的程序 。
2011-09-23
展开全部
后台 public string str="
<table>
<芦配tr>
<td><asp:Label ID="Label1" runat="server"></asp:Label>
</td>
</tr>
</table>"
前台页面
<%=str%>
不知道你是不是这个意思
str="<table>";
string count=15;//假设这是你数据库返回的行数
for(int i =0;i<count;i++)
{
str+="<tr><td><asp:CheckBox ID="陪碰指CheckBox1" runat="server" />
</td><td>这里放你要的控件</td><td>这里放你要的控件</吵携td></tr>"
}
str+="</table>"
前台
<%=str%>
<table>
<芦配tr>
<td><asp:Label ID="Label1" runat="server"></asp:Label>
</td>
</tr>
</table>"
前台页面
<%=str%>
不知道你是不是这个意思
str="<table>";
string count=15;//假设这是你数据库返回的行数
for(int i =0;i<count;i++)
{
str+="<tr><td><asp:CheckBox ID="陪碰指CheckBox1" runat="server" />
</td><td>这里放你要的控件</td><td>这里放你要的控件</吵携td></tr>"
}
str+="</table>"
前台
<%=str%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
应该这样写:myTable.Attributes.Add("border", "1"扮乱);
顺便给点其它属性:
table.Attributes.Add("border", "1");
table.Attributes.Add("width", "100%");
table.Attributes.Add("cellspacing", "0");
table.Attributes.Add("bordercolor", "DarkGray");
table.Attributes.Add("差缺唯BorderStyle", "虚培Solid");
顺便给点其它属性:
table.Attributes.Add("border", "1");
table.Attributes.Add("width", "100%");
table.Attributes.Add("cellspacing", "0");
table.Attributes.Add("bordercolor", "DarkGray");
table.Attributes.Add("差缺唯BorderStyle", "虚培Solid");
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Table t = new Table();
t.BorderStyle = BorderStyle.Solid;
t.BorderStyle = BorderStyle.Solid;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-09-23
展开全部
table.Attributes.Add("border", "1");
table.Attributes.Add("width", "100%");
table.Attributes.Add("cellspacing", "0");
table.Attributes.Add("桥祥bordercolor", "DarkGray");
table.Attributes.Add("BorderStyle", "Solid");
试派卖试这敏羡搏个
table.Attributes.Add("width", "100%");
table.Attributes.Add("cellspacing", "0");
table.Attributes.Add("桥祥bordercolor", "DarkGray");
table.Attributes.Add("BorderStyle", "Solid");
试派卖试这敏羡搏个
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询