ASP.Net 2.0 Repeater Pagination and SORT

  • Thread starter Thread starter Chaprasi
  • Start date Start date
C

Chaprasi

hey guys

I was wondering if anyone knows about any pagination and sorting in
ASP.Net 2.0 with the <asp:Repeater> control.

Thanks,
Chaprasi
 
You have to build it all yourself. Pagination is best left to SQL Server
(esepcially 2005 which has nice ranking features). Basically, you need to
create your own controls and hook into events that'll do what you want.

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top