What I want is a controller that can perform all operations on a table of a database, which includes create, delete, insert ,records edit records/update etc.
I have used all the controls:
- gridview
- datalist
- detailsview
- formview
- listview
I would like to have your opinion as to
“which control is the best to use, easy to program, and is user friendly, simple coding all the good points.”
GridViewis your best bet if you want Create/Read/Update/Delete operations.The others all require a bit more work if you want to be able to perform all of the operations.