R
Ronald S. Cook
I have an ASP.NET GridView that gets its data from an object (i.e. filling a
datatable, no datasourceid). I have the PageIndexChanging event captured
and have the following code in it:
gdvProduct.PageIndex = e.NewPageIndex;
gdvProduct.DataBind();
But I'm getting a blank page when I go to the next page.
Any ideas?
Thanks,
Ron
datatable, no datasourceid). I have the PageIndexChanging event captured
and have the following code in it:
gdvProduct.PageIndex = e.NewPageIndex;
gdvProduct.DataBind();
But I'm getting a blank page when I go to the next page.
Any ideas?
Thanks,
Ron