Hi RAD experts,
I am having a little trouble doing something that worked fine in MS.AJAX in RAD controls
This is what i have:
<Page>
<RadAjaxPanel>
<WebUserControl>
<RadAjaxPanel>
...Custom control stuff...
</RadAjaxPanel>
</WebUserControl>
...Stuff...
</RadAjaxPanel>
</Page>
now when i change stuff in the "Custom control stuff" WebUserControl section, i fire a custom event. before i could just listen on that event, re-bind my UI in the ...Stuff... section and do a .Update() on the UpdatePanel that lived there before the RadAjaxPanel. All was dandy and great. then i saw the light and switched to RAD controls. super cool UI control pack! but now my form doesn't work anymore. nothing happens when the event used to fire.
Any feedback?
Kind regards,
A very frustrated developer. :-)
I am having a little trouble doing something that worked fine in MS.AJAX in RAD controls
This is what i have:
<Page>
<RadAjaxPanel>
<WebUserControl>
<RadAjaxPanel>
...Custom control stuff...
</RadAjaxPanel>
</WebUserControl>
...Stuff...
</RadAjaxPanel>
</Page>
now when i change stuff in the "Custom control stuff" WebUserControl section, i fire a custom event. before i could just listen on that event, re-bind my UI in the ...Stuff... section and do a .Update() on the UpdatePanel that lived there before the RadAjaxPanel. All was dandy and great. then i saw the light and switched to RAD controls. super cool UI control pack! but now my form doesn't work anymore. nothing happens when the event used to fire.
Any feedback?
Kind regards,
A very frustrated developer. :-)