DataRepeater vs DataGrid

Hi,

Can some one enlighten me about the differences between DataRepeater and DataGrid.

Thanks a lot.
Chnadrasekaran K

[126 byte] By [codefund.com] at [2008-1-8]
# 1
You know this is the WINFORMS List right?

No datarepeater

Now if you wanted to know the difference from a datarepeater and a datagrid, they are pretty different in the asp.net.

Datagrid allows the user to interact with the grid, while a datarepeater is good for just constructing a table and filling it with rows of data (pretty static).

Now if you wanted to know the difference between a asp.net datarepeter and a winforms datagrid, it's about the same, one is good for reports the other you can edit/add/delete data.

Hope this helps, due try to go to www.asp.net for web related questions. They can help you alot faster and provide you with better answers.

codefund.com at 2007-10-2 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2


Can some one enlighten me about the differences between DataRepeater and DataGrid.

need some more info

VipinDuck at 2007-10-2 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...