Event Sequence Wrong

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I'm stumped.

I have three checkboxs on an Item of a datalist, they all post back. When I
check one it unchecks the other two ( like a Radio Button).

Each CheckedChanged Event sets the Checked Value of the other two check
boxes to false.

Lets call the CheckBoxes "1","2" and "4".

When I Check "4" the Checked Changed event for "1" fires before the
CheckedChanged for "4", which is the one I clicked.

This weird behaviour happens no matter which checkbox is check, the event
for a checkbox I've yet to change fires before the one one that causes it to
happen.

Any Ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top