Gridview列宽改变
我有一个gridview,其数据源是oracle数据库。 我想知道当它在网络浏览器中显示时如何能够更改列宽(在网格视图中)。
谢谢
I have a gridview whose datasource is an oracle database.
I want to know how to be able to change column width (in the gridview) when it is being displayed in the web browser.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以直接使用 GridView 标签设置列:
您还可以为列分配一个 CSS 类,然后使用 CSS 设置列宽。
You can set the column directly with the GridView tag:
You could also assign the column a CSS class, and then use CSS to set the column width.