Wednesday, February 17, 2010

Difference between GridView and FormView?

GridView is intended to primarily to display/update multiple records. It's considered a replacement for the DataGrid control from .NET 1.1.
Formview is intended for insert/update/view of a single record.

No comments:

Post a Comment