如何将 asp.net datalist 控件放入 html 表格行中

发布于 2024-11-02 00:12:29 字数 145 浏览 4 评论 0原文

我创建了一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

合久必婚 2024-11-09 00:12:29

确保外部表格的宽度没有设置为 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.

很快妥协 2024-11-09 00:12:29

这将有帮助:

<Table Style="padding:0px; cell-spacing:0px;">
...
</table>

That will help:

<Table Style="padding:0px; cell-spacing:0px;">
...
</table>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文