If I have a complex page with many initiators and many updated controls, is there any benefit in cancelling the event (e.Cancelled = true) for all updates that i know are not going to occur, or does the ajaxmanager do this for me?
I see the AjaxSettingCreating/Created event fired for each AjaxManager setting and wondered what the point of it was? My assumption would of been that only those updated controls for the particular initiator would fire this event...?
At the moment my single page will have 6ish 3/4 screen panels, with only one being visible at one time, so I know that all defined initator/updates pairs for the 'other' 5 panels are never required.
Thanks,
Kevin.
I see the AjaxSettingCreating/Created event fired for each AjaxManager setting and wondered what the point of it was? My assumption would of been that only those updated controls for the particular initiator would fire this event...?
At the moment my single page will have 6ish 3/4 screen panels, with only one being visible at one time, so I know that all defined initator/updates pairs for the 'other' 5 panels are never required.
Thanks,
Kevin.