Hi,
am using actionchart in one of my asp.net 2.0 application. also now am using "AjaxPro.AjaxHandlerFactory,AjaxPro.2" in this application for that i have added one handler in web.config file.
<httpHandlers> <!--<add verb="" path=".ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>--> </httpHandlers> </system.web>
like that.
After that, my action chart is not working!!! But if am commenting the handler part, action chart will work, but ajaxPro willnot work.
Please help me ASAP. I have to resolve by the end of today