DataRepeater vs DataGrid
Can some one enlighten me about the differences between DataRepeater and DataGrid.
Thanks a lot.
Chnadrasekaran K
Can some one enlighten me about the differences between DataRepeater and DataGrid.
Thanks a lot.
Chnadrasekaran K
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.
Can some one enlighten me about the differences between DataRepeater and DataGrid.
need some more info