I've noticed that if I have an area of my webform, for example a <div runat="Server"> as the target of a RadAjaxManager update (the Div will be updated), then any controls that I put inside this div can not post back in the normal sense: they can not cause any changes to happen on the page outside of the Div.
For example if I have a button that changes a label's text, and I put the button inside a server side DIV that is the target of a RadAjaxManager, then clicking on that button will never change the text of the label.
I'm just wondering if this is expected behavior, and if there is some best practice way to work around this?
For example if I have a button that changes a label's text, and I put the button inside a server side DIV that is the target of a RadAjaxManager, then clicking on that button will never change the text of the label.
I'm just wondering if this is expected behavior, and if there is some best practice way to work around this?