I seem to have no end of problems with them.
I have an update panel with some check boxes in. I check them, and hit my Save button, but it causes the update panel to postback (refresh) and sets them all back to blank. The re-drawing method runs before the button code.
What is the correct way to have an updatepanel with checkboxes in that you can manipulate?
Edit: I think the problem could be a fundamental design one. I really need a full tutorial of how to use updatepanels properly.