I'm working with the club starter kit and I have a problem with the page numberer, or at least that's what I think is wrong here. The default option for the announcement page is to have the announcements order by descending. And now if I want them the other
way (asc -> changed the stored procedure) the first page shows okay, but all the other pages are the same as the first one, ie have the first ten messages on them.
I looked for a solution on the forum but i couldn't find one. Thank you very much if you can help...
If I remember correctly, I found several issues with those stored procedures and ended up making some significant changes for my web site. I'm swamped right now with the aftermath of hurricane Ike, but I'll see if I can find some time this weekend to take
a look at what I did and see if any of it might be useful to you - unless someone else jumps in first.
So what's the deal on this? Someone must have come up with something. I checked out the latest version at
http://www.codeplex.com/ClubStarterKit but they seemed to have developed it a little bit further. I was looking for something that is easy to implement on my site. I just can't understand how changing the
order can mess it up so bad...
sannhto
Member
23 Points
89 Posts
PageNumberer
Sep 24, 2008 12:22 PM|LINK
Hi!
I'm working with the club starter kit and I have a problem with the page numberer, or at least that's what I think is wrong here. The default option for the announcement page is to have the announcements order by descending. And now if I want them the other way (asc -> changed the stored procedure) the first page shows okay, but all the other pages are the same as the first one, ie have the first ten messages on them.
I looked for a solution on the forum but i couldn't find one. Thank you very much if you can help...
typhoid
Member
335 Points
85 Posts
Re: PageNumberer
Sep 24, 2008 03:36 PM|LINK
If I remember correctly, I found several issues with those stored procedures and ended up making some significant changes for my web site. I'm swamped right now with the aftermath of hurricane Ike, but I'll see if I can find some time this weekend to take a look at what I did and see if any of it might be useful to you - unless someone else jumps in first.
sannhto
Member
23 Points
89 Posts
Re: PageNumberer
Sep 25, 2008 07:30 AM|LINK
no worries, sounds like you got your hands full... sorry to hear you got to deal with that unfortunate weather...
sannhto
Member
23 Points
89 Posts
Re: PageNumberer
Sep 26, 2008 08:04 AM|LINK
So what's the deal on this? Someone must have come up with something. I checked out the latest version at http://www.codeplex.com/ClubStarterKit but they seemed to have developed it a little bit further. I was looking for something that is easy to implement on my site. I just can't understand how changing the order can mess it up so bad...
sannhto
Member
23 Points
89 Posts
Re: PageNumberer
Sep 29, 2008 05:33 AM|LINK
I fixed it with a datagrid with paging allowed. Not the same but it works...