GridView AutoPaging&amp;列表<类型> </类型>

时间:2013-11-28 16:08:09

标签: c# asp.net gridview

我有一个设置为gridview数据源的元素列表。当我激活AutoPaging时,我的列表可以加载,但是如果我点击页码,__ EVENTTARGET为空,所以这个函数不起作用:

function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;

但是,如果将EnableSortingAndPagingCallbacks设置为True,则不加载任何数据!

救救我!我变得疯了!!

1 个答案:

答案 0 :(得分:0)

看看这两个链接,您可能需要在更改网格视图的分页时自己设置_EVENTTARGET的值。

1)How the auto post back works

2)How to find which control caused auto post back

希望它有所帮助,

干杯