Group: Awaiting Activation
Posts: 65,
Visits: 306
|
Hi,
I have the following requirement: When user types a value (ID code) in a data-bound text box, I need to be able to check/uncheck another data-bound checkbox depending on what code user just entered into a textbox.
As of now, I am handling it in the Text_Changed event of a textbox. But I would like to move this logic to the BO level. Is there an event in the Framework which is raised when field value is changing or changed? I can't find it.
Thanks.
|