Quantcast
Channel: .NET Mixer
Viewing all articles
Browse latest Browse all 25

Sort multiple column of a DataView in Asp.net C#

$
0
0
In many case studies we found that when sorting is required developers done this job in back end means running extra query in database even though he has an already disconnected record set in his hand like DataView which also create an overhead to the application. One can easily sort the DataView columns in both ascending and descending order. Its very simple and for showing or displaying any

Viewing all articles
Browse latest Browse all 25

Trending Articles