gpt4 book ai didi

c# - 如何更改 TemplateField 的颜色

转载 作者:太空宇宙 更新时间:2023-11-04 08:45:58 27 4
gpt4 key购买 nike

我想知道如何使用 CSS 更改 templateField 的背景颜色。我试图在 HTML 页面中设置它,例如:

<ItemTemplate>
<asp:Label` BackgroundColor="White">

但是当我进行鼠标悬停时它不起作用,因为 BackgroundColor 会保持不变....

enter image description here

最佳答案

如果你想像下面这样

enter image description here

然后改为

<asp:TemplateField ItemStyle-BackColor="LightGreen">
<ItemTemplate>
<asp:Label ID="ID" runat="server" Text='<%# Eval("ID") %>' ></asp:Label>
</ItemTemplate>
</asp:TemplateField>

关于c# - 如何更改 TemplateField 的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43777662/

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