Hi,
I have some hidden inputs whose values are updated dynamically with javascript (I am developing an ajax cropping tool). When I use a normal postback, the values are updated, however when I use RadAjax they are not. I have put the inputs in a RadAjaxPanel and wired up the button to this panel, but the values are just coming through empty.
I can confirm that the inputs are being updated inside the panel via javascript. Any ideas?
I have some hidden inputs whose values are updated dynamically with javascript (I am developing an ajax cropping tool). When I use a normal postback, the values are updated, however when I use RadAjax they are not. I have put the inputs in a RadAjaxPanel and wired up the button to this panel, but the values are just coming through empty.
<telerik:radajaxpanel id="ajaxPanelInputs" runat="server"> |
<input type="hidden" runat="server" id="x" /> |
<input type="hidden" runat="server" id="y" /> |
</telerik:radajaxpanel> |
I can confirm that the inputs are being updated inside the panel via javascript. Any ideas?