Dataview in .net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, What is meant by DataView in .net. In which conditions do we use it. pls explain in detail Regards Vijay.:)
Dataview is used when u need to filter or sort a datatable, then you create the dataview and call its properties .Sort and .RowFilter. for more about dataview check the below link http://msdn.microsoft.com/msdnmag/issues/06/01/DataPoints/[^] HC
Best Regards, Haissam Abdul Malak My Blog