本文介绍了Listview不工作Paging On Button单击bind的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在默认页面中使用两个ListView。

Listview1可以仅在页面加载上绑定,Listview2在按钮上单击成功点击。



但Paging On Listview2无法正常工作。我正在使用DataPager。

和我还尝试页面Prerender事件。



现在如何在listview2.or上进行分页,以便进行分页。

解决方案

I m Using Two Listview in Default Page.
Listview1 Can bind on Page Load only and Listview2 Bind on Button click Successfully.

But the Paging On Listview2 can not Work Properly.I m using DataPager.
and i m also trying page Prerender event".

Now how can i give paging on listview2.or any altenative way to for paging.

解决方案


这篇关于Listview不工作Paging On Button单击bind的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 18:01