Hello All:
I am using DataView in SharePoint. I want to bind a collection of objects to the DataView. But when I am trying to bind it is giving the error that the collection does not implement IDataSource interface. Can anybody tell me how to extend the collection class to implement IDataSource interface?
Thanks Ashwani