Using a generic DataSource

neodatatype

Well-known member
Joined
Aug 18, 2003
Messages
68
Location
Italy
Hi all.

Question :)

Id like to add to my user control a property DataSource like other standard .Net controls.

Now, DataSource is defined as object.
How can I:
- Test if an object can be a valid DataSource? (for the set property).
- Read datarow from a generic DataSource? (to fill my controls lines).

???

Thanks!
 
Back
Top