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.
我在选框标签下有中继器控制。我想首先从数据库和后台进程的其他数据中绑定 10 条记录,这样用户就无法填写正在加载的数据,并且我的页面也可以快速加载。
随着选框传递 10 条记录,然后加载下 10 条记录,依此类推。有可能这样做吗?
我不会使用选取框标签一次显示 10 条记录。它可能会分散用户的注意力。分页呢?然后除非用户请求,否则不会加载接下来的 10 条记录
带有中继器控制的分页