neodatatype
Well-known member
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!
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!