vote up 0 vote down star

I spent hours researching the problem, and just want to share a solution in case you ever need to implement paging for asp:DataList in .NET 2.0.

My specific requirement was to have "Previous" and "Next" links and page number links.

flag

It is better to ask the question in your post and then respond separately with "your answer." This way folks are not led into believing (from just reading your thread title) that you're still waiting for an answer. – Swati Sep 18 '08 at 23:00

1 Answer

vote up 1 vote down check

I moved this from the question, so it doesn't appear as "Not Answered"

PagedDataSource solution in this article was the most elegant and simple solution for the problem.

If you have a better solution - post it here.

p.s. I'm not affiliated with that website in any way.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.