S
sck10
Hello,
How do you turn on paging on a GridView? I am binding a stored procedure in
my code file using the following:
OracleDataReader sdrSearch = cmdSearch.ExecuteReader();
this.gvSearchList.DataSource = sdrSearch;
this.gvSearchList.DataBind();
On my GridView, I have AllowPaging="True". However, when I set
AllowPaging=True, no records show up. When it is set to "False", then it
works. Also, occasionally, I will be calling large datasets.
Any help with this would be appreciated.
Thanks, sck10
How do you turn on paging on a GridView? I am binding a stored procedure in
my code file using the following:
OracleDataReader sdrSearch = cmdSearch.ExecuteReader();
this.gvSearchList.DataSource = sdrSearch;
this.gvSearchList.DataBind();
On my GridView, I have AllowPaging="True". However, when I set
AllowPaging=True, no records show up. When it is set to "False", then it
works. Also, occasionally, I will be calling large datasets.
Any help with this would be appreciated.
Thanks, sck10