The book says that each time a checkbox's value is changed, the page will post back and the text will refresh w/ the new time.
This didn't happen when I ran the example. The time refreshes after the initial postback, but not upon subsequent changes. Would putting this code in the Page_Load event be more appropriate?
Since the server is creating Javascript to handle the clicks, it makes sense to me why the client would handle the changes without posting back to the server. Is that in fact what is happening?












