我有一个启用了分页的gridview。问题取决于用户单击的内容,有几种不同的方法可以为 gridview 填充数据源。
因此,如果生成了页面,我不确定如何区分 gridview 的 PageIndexChanging 方法中的数据源。
前任。
/// <summary>
/// PageIndexChanging
/// </summary>
protected void grdvStats_PageIndexChanging(object sender, GridViewPageEventArgs e)
{
// If gridview populated via this button click...
// else poplulated via this linkbutton
}