3
Reply

What is dataview in ADO.Net ?

Sujeet Suman

Sujeet Suman

9y
919
0
Reply

    dataview has data table with set of data

    Dataview is a object to hold a set of data or view.

    A dataview is a view on a datatable, a bit like a sql view. It allows you to filter and sort the rows - often for binding to a windows form control. Additionally, a dataview can be customized to present a subset of data from the datatable.