views:

87

answers:

1

Hi Guys

with reference to c# inheriting generic collection and serialization… question

If you are providing a paged collection it is useful to pass back the total available so the client can set up they paging control. Does anyone know a nice way to achieve?

Also why is this "By Design" seems pointless.

Cheers.

A: 

See PagedList for example.

Obalix
Thanks mate, looks interesting.
Paul