gpt4 book ai didi

asp.net - 改变gridview的边框颜色

转载 作者:行者123 更新时间:2023-12-02 11:04:53 25 4
gpt4 key购买 nike

使用Gridview显示存储在数据库中的表,我想将边框颜色更改为#dbddff。它不接受这个或 dbddff,我该怎么办?

<asp:GridView ID="GridView1" runat="server" AllowPaging="true" BorderColor="dbddff" AllowSoerting="true" Width="100px"  AutoGenerateColumns="false" DataSourceID="GridDataSource"> 

谢谢

最佳答案

尝试将 BorderWidth 属性设置为 1px。

<asp:GridView ID="GridView1" runat="server" AllowPaging="true" BorderWidth="1px" BorderColor="dbddff"  AllowSoerting="true" Width="100px"  AutoGenerateColumns="false" DataSourceID="GridDataSource"> 

关于asp.net - 改变gridview的边框颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14588258/

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