Adding the DataSource functionality to a custom control...

AlexCode

Senior Contributor
Joined
Jul 7, 2003
Messages
931
Location
Portugal
Hi...

I'm building a custom control that needs to have a DataSource property... pretty much like a datagrid.
Can anyone point me the guide lines on how to do this?

I know that I need to add support to:
-> IList interface
-> IListSource interface
-> IEnumerable interface

but I need to do this ASAP...


Thanks!

Alex :p
 
Back
Top