Hi,
I'm currently having issue with the ajaxmanager in my application. I'm trying the ajaxified different controls, but i keep receiving error on client side.
Here is some example of what i tried:
1. Ajax works but ajaxManager does not fires client events.
When I select a value in a combobox in the web user control BandQualificationsFormDetails (errorajax1).
2. Ajax works but ajaxManager does not fires client events.
When I select a value in a combobox in the web user control BandQualificationsFormDetails. (errorajax2)
3. Ajax works and ajaxManager fires client events. (asp panel containing the web user control)
When I select a value in a combobox in the web user control BandQualificationsFormDetails.(errorajax3)
4. Ajax works and ajaxManager fires client events. (asp panel containing the web user control)
When I select a value in a combobox in the web user control BandQualificationsFormDetails(errorajax4).
Thx for your time and have a nice day!