Penyu IT World's
Monday, May 26, 2014
LINQ GET MIDLE RECORD (PAGING)
var pagesize = Convert.ToInt32(ConfigurationManager.AppSettings["PageSize"]);
result = result.Skip(pagesize * currentPage).Take(pagesize).ToList(
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment