Hello all,
for example i have some list with 120 entries.
Threads = new List<Thread>();
and i will return to show in my view just 10 of them.
I have a properties like, TotalCount, TotalPages, PageSize=10, PageIndex. How can I do that?
Take care, Ragims