|
|
ADO.NET DataView in ASP.NET
by
Rohatash Kumar
on
Feb 02, 2012
A DataView provides various views of the data stored in a DataTable. Using a DataView, you can expose the data in a table with different sort orders, and you can filter the data by row state or based on a filter expression.
|
|
|
|
|
|
|