Datagrid or repeater with pager

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hi,

I have a list up to 100 records. I can use the datagrid with the pager
functionality. But I can also use a repeater with a self made pager control.

What is the best and why?

I think the repeater is faster and at the moment I don't see any reason to
use the other functionality of the datagrid. Do I forget something
important? ... maybe the data sorting functionality.

Thanks!
 
Arjen,
It sounds from the context of your post that you are talking about ASP.NET
controls, so the ASP.NET groups would probably be more appropriate than the
C# language group for your post.

The answer really depends on what functionality you need. If you are happy
with your repeater and your custom paging solution, and don't need the
advanced sorting and paging / editing capabilities of the DataGrid control,
then fine.

Peter
 
Whooops... thanks!
Arjen


Peter Bromberg said:
Arjen,
It sounds from the context of your post that you are talking about ASP.NET
controls, so the ASP.NET groups would probably be more appropriate than
the
C# language group for your post.

The answer really depends on what functionality you need. If you are happy
with your repeater and your custom paging solution, and don't need the
advanced sorting and paging / editing capabilities of the DataGrid
control,
then fine.

Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
 

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