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.
是否可以在 ASP.NET 的同一 gridView 中每行有两条记录(我使用的是 C#)?基本上,让我们假设这是我们表中的内容:
Names ------ John Paul James Edward Sean Kevin
这是我希望在gridView中看到的内容:
John | Paul James | Edward Sean | Kevin
有没有办法用 gridView 做到这一点?
谢谢
不在 GridView 中,但可以使用 DataList,请参阅:
http://msdn.microsoft.com/en-us/library/bb525467.aspx
您需要使用 ListView 提供的模板来获得这种类型的自定义布局:
ListView 样式和模板