Hello All!
I need to be able to databind a treeview full of checkbox (selections). The
many selections are subsequently used to build an SQL Query. Currently
using the new VS2005 object-binding to business objects and want to stay
along those same lines. I eventually need to persist these selections so
another process can do other related work with the data. I am just not sure
how to persist the changes in the checkbox to an object. I would appreciate
some code samples to this end.
Thanks in advance for your help!
I can traverse the tree and set the corresponding business properties during
initialize. It would have to be event driven and each node map and bind to a
single property.........I'm just not sure how to map each checkbox during
the event, to a single property.
|