Hi All,
I have a custom templated control(toolbar) that contains a custom usercontrol(button) The button uses jquery to style and manage the states/postbacks/non=postbacks etc.
A few of the buttons are hidden with a placeholder and are displayed when hitting one of the buttons.
All the buttons with regards jquery seem to be initiated on postback (ajax style within an UpdatePanel using the PageRequestManager) however the viewstate is lost on the buttons made invisible by the placeholder.
It appears to be an issue is specific to the viewstate and buttons on the placeholder in the templated control. This normally works in a non-ajax environment, I suspect I am missing something.
Any comments that get me thinking appreciated.
The code is located in various parts and probably not worth pasting since it will be completely disconnected (I know this doesnt help)