what is a dataview?why is it used for?
Answer Posted / ravikumar
Represents a databindable, customized view of a DataTable
for sorting, filtering, searching, editing, and navigation.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is shadow copy?
What is the usage of the dataset object in ado.net?
How do you update a dataset in ado.net?
how Sequence to connect and retrieve data from database using dataset?
What are datareaders?
What is the role of the dataset object in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
What is ado.net in mvc?
What is ado.net explain with diagram?
Is it possible to load multiple tables in a Dataset?
Which is better entity framework or ado.net?
What is ole data type?
What is the use of connection object in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?