Hi, my name is Harold Javier. I am an ASP.NET (dotNet) trainer, coach, mentor, and consultant for more than 8 years. It is my mission to teach, educate, and train people about some simple solutions to common problems we experience either as a software developer or as a researcher on topics about ASP.NET Core, ASP.NET MVC, ASP.NET Web API, ASP.NET Web Form, and .NET (dotNet) technology in general.
30 July 2013
The data source does not support server-side data paging.
Have you experienced this when you try to enable paging in GridView and you're using EF?
It happened when you used IEnumerable or IQueryable when you query the database. A simple workaround is to use a generic List<>.
No comments:
Post a Comment