Adam
2008-05-20 16:44:52 UTC
Hi there,
If I drop 2 checkboxes on a form at design time and set one of their
ASyncClick events to modify the other's "checked" property everything works
well.
But if I dynamically create the 2 checkboxes and assign their ASyncClick
event, the event is called, and the other check box "checked" is modified in
the code although the other check box's "checked" is not updated on the
screen...
Anyone know what I might be missing here?
Thanks,
Adam
If I drop 2 checkboxes on a form at design time and set one of their
ASyncClick events to modify the other's "checked" property everything works
well.
But if I dynamically create the 2 checkboxes and assign their ASyncClick
event, the event is called, and the other check box "checked" is modified in
the code although the other check box's "checked" is not updated on the
screen...
Anyone know what I might be missing here?
Thanks,
Adam