|
-
Feb 29th, 2012, 02:18 AM
#2
Re: How to add paging to a repeater that uses Membership provider as a datasource
Hello,
In order to add that functionality, you are going to need to create it.
You are going to need to create an overload on your GetFriendsAccountByUserID method, that accept the pageIndex and pageSize parameters, and you are going to need to do the work of paginating the data that you get back from the database.
You are not going to get this for free.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|