I'm developing an AJAXed CompositeControl that, when clicked on, displays a pop-up dialog which requests some information from the user, which is working correctly. When closed I want to then show a second pop-up, (actually a "mailto" link, but I can't show any sort of pop-up here).
I can do a standard postback after the 1st pop-up is closed, but the javascript that I'm injecting doesn't fire at all - regardless if it's just an "alert". If I try to do an "ajax" postback, (using the "GetAjaxEventReference" function), then it either gives me a "null error" of the RadAjaxManager control, or nothing happens, (not even a postback), if I do it via the "Sys.Application.add_load()" function.
Can someone point out what I'm doing wrong, or provide any help in achieving the above?
Thanks,
Paul
I can do a standard postback after the 1st pop-up is closed, but the javascript that I'm injecting doesn't fire at all - regardless if it's just an "alert". If I try to do an "ajax" postback, (using the "GetAjaxEventReference" function), then it either gives me a "null error" of the RadAjaxManager control, or nothing happens, (not even a postback), if I do it via the "Sys.Application.add_load()" function.
Can someone point out what I'm doing wrong, or provide any help in achieving the above?
Thanks,
Paul