ASP.NET Pager Control / Feature Request

Posts   
 
    
Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 07-Jul-2005 05:25:44   

I am sure that I could do this if I really wanted to but I like writing asp.net server controls about as much as I like writing DALs using data adapters and data sets.

I think it would be really cool if there were an asp.net pager control that worked in conjunction with repeaters and datalist controls that paged through llblgen entity collections, typed lists, and views.

If you provided one Frans, I would pay for it in a flash. (not that you dont have enough on your plate)

If anoyone else knows of a control thats already out there and was willing to share that would be appreciated too.

Thanks in advance

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 07-Jul-2005 11:09:23   

I made something like that, but not in control format and not very flexible, it's in the petshop example, check the Items.aspx/cs file. It's a small frontend for a BL method which pages into the data on the server, using a repeater to visualize the data.

Frans Bouma | Lead developer LLBLGen Pro