J
John Mott
This is a total ID-10T error, but since its my first attempt I'm missing the
obvious.
I downloaded the framework, create an AJAX enabled app, added a page, and
added an update panel with this:
<asp:UpdatePanel ID="updateCategory" runat="server">
<ContentTemplate>
<asp:CheckBox runat="server" ID="chkCategory"
OnCheckedChanged="chkCategory_OnCheck" />
</ContentTemplate>
</asp:UpdatePanel>
However, the event isn't firing on click, the events are queued until the
next page refresh. Is there a 'hey dummy' checklist? No errors, just no
events.
thanks,
john
obvious.
I downloaded the framework, create an AJAX enabled app, added a page, and
added an update panel with this:
<asp:UpdatePanel ID="updateCategory" runat="server">
<ContentTemplate>
<asp:CheckBox runat="server" ID="chkCategory"
OnCheckedChanged="chkCategory_OnCheck" />
</ContentTemplate>
</asp:UpdatePanel>
However, the event isn't firing on click, the events are queued until the
next page refresh. Is there a 'hey dummy' checklist? No errors, just no
events.
thanks,
john