Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
[QUOTE=omeralper;1467937]For those who get similar problems, it is easy as this DataView dw = myDataTable.DefaultView; DataTable distinctDataTable = dw.ToTable(true, "someColumn");[/QUOTE] This code really worked for me and this saved my time for looping and then again getting back a new table for distinct rows...Thanks a lot!!!!!!!:)
The End.
alokgolu