Hi,
I have a datafield containing Y or N. I would like to databind to the
checkbox, and tell it that Y denotes the checked state and N denotes the
unchecked state. In fact, I would like to be able to do something like this
to arbitrary values which should denote the checked and uncheck state (i.e.
'Available' for checked and 'Unavailable' for unchecked).
Is this possible?
Thanks
Claes Bergefall - 01 Oct 2004 07:44 GMT
Check out the Parse and Format events in the Binding class
/claes
> Hi,
>
[quoted text clipped - 7 lines]
>
> Thanks
Marina - 01 Oct 2004 16:19 GMT
Ok, thanks. That can do the trick, though what a pain.
> Check out the Parse and Format events in the Binding class
>
[quoted text clipped - 13 lines]
> >
> > Thanks