Click here to Skip to main content
16,019,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello.

myclass :

C#
public class Feachers
    {
  public List<Project.Models.view_Student> Players { get; set; }
        public string name { get; set; }
        public int day { get; set; }
        public int month { get; set; }
        public int year { get; set; }
     }

    }


my view :
JavaScript
@model PagedList.IPagedList< Project.Models.AllClasses.MyClass.Feachers>


but now i have just PageSize,PageNumber ,TotalItemCount,... that are produced automatically by declaring PagedList .
and i lost my properties(name , day , ...)
Posted
Comments
Jameel VM 23-Sep-13 4:51am    
your question is not clear.Please elaborate.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900