如何在 ASP.NET GridView Pager 中设置活动页码的样式?
所以我有 GridView 控件,我想通过 css 制作自定义 PagerStyle。
问题是我不知道如何更改指示活动页面的数字的样式(颜色)。如果我更改颜色属性,它会更改所有页码的颜色。我想分别更改活动号码和链接号码的颜色。
如何做到这一点?
So I have GridView control and I would like to make a custom PagerStyle via css.
The problem is that I do not know how to change the style (color) of number indicating an active page. If I change the color property it changes a color of all page numbers. I would like to change color for active number and link numbers separately.
How to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
风格应该是这样的:
Style should be like this:
我想你可能会想:
但我不确定..
I think you might be after:
But I'm not sure..