gpt4 book ai didi

asp.net - 如何在代码隐藏文件中的 asp.net 表中插入 标记?

转载 作者:行者123 更新时间:2023-12-04 00:09:15 24 4
gpt4 key购买 nike

我在文件后面的代码中添加表格。我想在其中添加标签。

<table id="tbl" runat="server">
<tr>
<th>test</th>
<td>
</td>
</tr>
</table>

我不知道如何通过代码添加。

谁能告诉我如何添加标签?

最佳答案

HtmlTable t = tbl; //just to make it clear your table is an HtmlTable
tbl.Rows[0].Cells.Add(new HtmlTableCell("th")); //adds an emtpy cell to the first row with th tagname

关于asp.net - 如何在代码隐藏文件中的 asp.net 表中插入 <th> 标记?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10208548/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com