如何将 asp.net datalist 控件放入 html 表格行中
我创建了一个 asp.net 网页,并且有一个 16 列宽的 html 表,每列上都有一个 datalist 控件。我需要提供 gridview 控件的外观(一列数据紧挨着另一列),但不知何故,数据列表控件周围的表列中有很多空白,如何将其减少到最小值,以便每一列彼此相邻显示?
I created a asp.net web page and I have a html table 16 columns wide with a datalist control on every column. I need to give the look of a gridview control, (One column of data next to the other) but somehow there is a lot of white space in the Table Column around the datalist controls, how can I reduce this to the minimum so each column show next to each other?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保外部表格的宽度没有设置为 100%。
也许标记转储在这里会有用。
Make sure you don't have the width of your outer table set to 100%.
Perhaps a dump of the markup would be useful here.
这将有帮助:
That will help: