【发布时间】:2012-09-06 06:47:12
【问题描述】:
我想更改在网格中选定的特定行的颜色。我的网络应用程序怎么可能?请给我建议。
【问题讨论】:
-
你是如何选择你的行的。它是 Gridview 的选择事件吗?
-
我用 DataControlRowType 试过了,但它不起作用
-
你需要使用GridView的RowCreated-Event。我认为你需要类似 [this][1] [1]: stackoverflow.com/questions/6250545/…
标签: c# asp.net background-color