I’m looking for a way how is it bound that data from DataSource can be accessed via Item property on ListControl Class.
Can anyone give me an example how properties from passed object to DataSource are bound to generic class ListItemCollection? How that translation can be done by a code?
The translation I’d like to see is from DataSet to ListItemCollection. Thanks in advance for any help.
If your question is about how the binding is done behind the scenes, that has a fairly complex answer.