I've been playing around with Troy Goode's PagedList http://pagedlist.codeplex.com/. I was wondering if anyone has gotten it to work with the built in asp.net Membership piece?
I have over 8000 users so I need to be able to page thru the User list.
using a line like this in my memberhsip controller doesn't work. It wont compile.
Membership.GetAllUsers().ToPagedList(currentPageIndex, defaultPageSize);
Appreciate any guidance in this area...
TIA
-MARK- [email protected]