ChubbyArse
Member
- Joined
- Jun 10, 2003
- Messages
- 19
I have a control stored as an object.
The control has a databinding, how can I get the value stored in the controls property which is bound?
This gives me the bound fieldname:
ctl.DataBindings.Item(0).BindingMemberInfo.BindingField().ToString
This gives me the bound property:
ctl.DataBindings.Item(0).PropertyName.ToString
But I cant figure out how to get the VALUE of the bound property?
Thanks
The control has a databinding, how can I get the value stored in the controls property which is bound?
This gives me the bound fieldname:
ctl.DataBindings.Item(0).BindingMemberInfo.BindingField().ToString
This gives me the bound property:
ctl.DataBindings.Item(0).PropertyName.ToString
But I cant figure out how to get the VALUE of the bound property?
Thanks