Occurs when the value of the CheckBox.Checked property changes between posts to the server.
The CheckBox.CheckedChanged event is raised when the value of the CheckBox.Checked property changes between posts to the server. This event does not post the page back to the server unless the CheckBox.AutoPostBack property is set to true.
A System.Web.UI.WebControls.CheckBox control must persist some values between posts to the server for this event to work correctly. Be sure that view state is enabled for this control.
For more information about handling events, see How to: Consume Events in a Web Forms Application.