I have a short application example of the problem. I'm sure this is an easy one for the hardcore developers... I have a CheckBoxList that I add a ListItem to of bogus data, but I add an attributes to change the font-weight to Bold. I also have a simple button on the form. When I click on the button the text in the CheckBoxList is still there, but the font is no longer bold. Ideas?
<%

@ Go to the complete details ...