ASP.NET GridView not paging

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
 
O

OD

Any ideas?

ask the same question on an ASP.NET group, you'll have more chance to
get an answer ? :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top