how to convert List of objects to objectDatasource ?
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
hi do anybody know how i can convert a list of objects to a datasource?
I Wish the Life Had CTRL-Z
-
I wrote an article on how to convert objects to a dataset and dataset to objects. http://www.codeproject.com/csharp/reflectit.asp[^] Hope that helps. Ben