"Paulo" <pr*****@uol.com.brwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
What is DetailsView, FormView, DataList, Repeater components?
Any differences?
VS 2005 asp.net C#
go to
http://www.asp.net and have a look at the tutorials and videos; you'll
find all the information you need to get started ... the question is too
broad to answer on a newsgroup
the short -- and not too useful -- answer is that the DataList and Repeater
are used for working with collections of data and the FormView and
DetailsView are used for working with an individual row or record in a
collection, table, etc.