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.
我现在正在尝试从数据库中检索数据并显示所有数据。但是我想创建多个页面链接按钮来分隔数据的不同部分(A、B、C ...),因为我的数据量很大。下图是我想要的结果。
任何人都可以提供链接或代码来帮助我吗?
我会使用 asp.net 中继器。它允许您绑定集合并为集合中的每个条目创建特定标记。
这是一个例子:http ://www.sitepoint.com/asp-net-repeater-control/