Wednesday, February 17, 2010

Difference between GridView and DetailsView?

GridView is intended to primarily to display/update multiple records. It's considered a replacement for the DataGrid control from .NET 1.1.
DetailsView is intended for the displaying of a single record with optional support for paging and navigation.

No comments:

Post a Comment