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.NET 标准 GridView。如何将 CSS 样式添加到属性 GridLines="None"?
尝试
Utimatly gridview 将被转换为表格,而不是你可以做类似的事情
但是对于下面你需要把gridview控件放在div元素下。
div table { border : 1px red; }