Discussion:
Check box problem
(too old to reply)
Adam
2008-05-20 16:44:52 UTC
Permalink
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
Farshad
2008-05-20 17:43:51 UTC
Permalink
"Adam"
Post by Adam
Anyone know what I might be missing here?
Have you assigned "unique" names to your dynamically created CheckBoxes?
Loading...