What is the difference between Formview,Gridview and detailsview?
In General, Gridview is used to display multiple records details. It will display data like HTML table.
Detailsview is used to display details of a single record. When the user clicks on a record in gridview, details of that record, will be shown in detailview.
Formview is used to insert/update the record.It will gives complete control over creating form while inserting/updating a record.
Read More..   [32134 clicks]
Published under: ASP.NET Interview questions · · · ·