Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 asp ASP:DataGrid,并且在这 5 列中。现在我可以使用纯 CSS,:nth-child但是为了获得最大的可比性,我很想将一个类插入到行服务器端的第 5 个 td 上,这样我就不用依靠 Javascript 来拯救我了。
ASP:DataGrid
:nth-child
这可以做到吗?我知道您可以通过HeaderStyle-CssClass="foo"
HeaderStyle-CssClass="foo"
我为任何可能有帮助的人找到了解决方案。由于无法控制大部分代码,我无法实现gridview,所以我不得不使用datagrid。
为了将类应用于td表中的 a,您可以执行以下操作:
td
ItemStyle-CssClass="foo"
在 TemplateColumn 上,如下所示:
<asp:TemplateColumn ItemStyle-CssClass="foo" HeaderText="Header Text">