Link to home
Start Free TrialLog in
Avatar of zattz
zattz

asked on

get binding field name

Hi

I have a datetimepicker. What code can I use to retrieve the name of the field that the control is databound to?

thanks
Avatar of Ashok9
Ashok9
Flag of India image

You can not get that field name. As we are giving format to that. It will directly bind to the datetime object. So it will use ToString (Format) for displaying the value.
Avatar of zattz
zattz

ASKER

How can I get a reference to the object the datetimepicker is bound to?
ASKER CERTIFIED SOLUTION
Avatar of zattz
zattz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial