Why my events aren't registered after postback?
- by lucian.jp
I have a problem where I have a page with a checkbox :
<asp:CheckBox runat="server" ID="chkSelectAll" OnCheckedChanged="chkSelectAll_CheckedChanged" EnableViewState="true" Text='<%# CommonFunctions.GetText(Page, "CreateTask", "chkSelectAll.text") %>' AutoPostBack="true" />
First I had the problem that when the event was raised the…