Explain GridView and DetailView controls.
Answers
Answered by
1
GridView:-
Displays the values of a data source in a table where each column represents a field and each row represents a record.The GridView control enables you to select,sort and edit these items.
DetailsView:-
Displays the values of a single record from a data source in a table,where each data row represents a field of the record.The DetailsView control allows you to edit,delete and insert records
Similar questions