FormView FAQ's
Q: What is FormView control?
Ans:
- It is introduced from ASP.Net 2.0.
- It need template to be designed to bind the data.
- It is simalar to Detailsview control.
Q: What are the operations supported by FormView control?
Ans: insert, delete, update and paging.
Q: What are the operations not supported by FormView control?
Ans: sorting.