sort generic collection
-
Using .net 2.0 A generic collection is populated. i.e. ForwardsCol There are three fields in this collection. i.e. ID, Name, Lastname At present the data in the collection is not sorted. How is it possible to sort the data by Name? Is this to do with: ForwardsCol.Sort(Name) ? Thanks
-
Using .net 2.0 A generic collection is populated. i.e. ForwardsCol There are three fields in this collection. i.e. ID, Name, Lastname At present the data in the collection is not sorted. How is it possible to sort the data by Name? Is this to do with: ForwardsCol.Sort(Name) ? Thanks
Would this help you? http://www.c-sharpcorner.com/UploadFile/dipenlama22/SortingUsingGeneric07052006081035AM/SortingUsingGeneric.aspx?ArticleID=dafdb8cc-fd02-4a4d-bd17-0c5785b1b91d[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Using .net 2.0 A generic collection is populated. i.e. ForwardsCol There are three fields in this collection. i.e. ID, Name, Lastname At present the data in the collection is not sorted. How is it possible to sort the data by Name? Is this to do with: ForwardsCol.Sort(Name) ? Thanks
:) New verion of Generics.Net is coming next week. That will solve your problem...
M Aamir Maniar aamirOnline.com
-
:) New verion of Generics.Net is coming next week. That will solve your problem...
M Aamir Maniar aamirOnline.com
-
:) New verion of Generics.Net is coming next week. That will solve your problem...
M Aamir Maniar aamirOnline.com