I have looked al through the wiki (unless someone can show the exact page) but I am not sure how to use the IPagedList<T> I get back from a call to GetPaged.
In my control I always get 'A new expression requires (), [], or {} after type'
I figure this code was good but not have luck on it.
IPagedList<FanPics> myReturn = new IPagedList<FanPics>();