DetailsView control FAQ's
Q: What is DetailsView control?
Ans:
- It is introduced from ASP.Net 2.0.
- No template design is required.
- All columns of table will be automatically binded with detailsview control.
Q: What are the operations supported by DetailsView control?
Ans: insert, delete, update and paging.
Q: What are the operations not supported by DetailsView control?
Ans: sorting.