Saturday, February 10, 2007

How to Page a Repeater?

When building my first ASP.NET E-Commerce website, I found it necessary to use data paging on a repeater control. As you may know, ASP.NET repeaters don't support Paging by default. I found a solution as this website: http://www.codeproject.com/aspnet/CollectionPager.asp . I have used this on several sites and it continues to work great. The DLL is written in C# but it sure does a great job!

Welcome to DotNetQuestions!

As a once struggling ASP.NET/VB.NET developer, I understand many of the issues that arise on a daily basis when developing in ASP.NET. Many of the books are overly complex or too simplified to use in real world applications. This blog is designed to allow other developers to ask questions and get answers. No question is too simplistic or too complex. If I personally don't have an answer to your question, hopefully I can find someone who will. This blog is only for ASP.NET developers who use VB as I am not well versed in C#.