What is the difference between Formview and DetailsView?
What is the difference between Formview and DetailsView? Formview is intended for insert/update/view of a single record. DetailsView is intended for the displaying of a single record with optional support for paging and navigation. How to add Button in GridView in c#? To add these ButtonFields, click on the Edit Columns link from the GridView’s […]