I am probably missing something simple. I have a master page with the RadAjaxManager, I created a brand new content page and added the RadAjaxManagerProxy. I added a button and a label. When I click the button, I put the current date on the label. Simple
Yet for some reason, I am getting an error:
Uncaught TypeError: Cannot read property 'id' of undefined
I would appreciate the help.
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="Button_ClearFilters"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="Label_Today" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManagerProxy><asp:Button ID="Button_ClearFilters" runat="server" Text="Clear filters" OnClick="Button_ClearFilters_Click"></asp:Button><asp:Label ID="Label_Today" runat="server" Text="Today" />Yet for some reason, I am getting an error:
Uncaught TypeError: Cannot read property 'id' of undefined
I would appreciate the help.
