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
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