Is there anyway to change the value of a hidden field during postback?
I need to change the asp hidden field during a button click event, but the hidden field value doesn't get retained after the postback.
The button is within a RadAjaxPanel.
I added it to the RadAjaxPanel containing the button, and I also tried additing to RadAjaxManager (see below) but it didn't make any difference.
I need to change the asp hidden field during a button click event, but the hidden field value doesn't get retained after the postback.
The button is within a RadAjaxPanel.
I added it to the RadAjaxPanel containing the button, and I also tried additing to RadAjaxManager (see below) but it didn't make any difference.
<
telerik:AjaxSetting AjaxControlID="Button" >
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="hiddenfield" />
</UpdatedControls>
</telerik:AjaxSetting>