Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个数据库中有一些数据,我用SqlDataReader.
SqlDataReader
我想把这些放在我的 ASP.NET 站点的 HTML 表中,但我不知道该怎么做。
您可以使用网格视图。它是一个 asp.net 控件,您只需将 datareader 绑定到您的 gridview,它将显示从您的数据库返回的每一行作为 html 表行。您甚至可以组合两列或更多列,并添加图片或链接,而不仅仅是使用模板行显示数据。谷歌它,你会发现很多例子!