Hi!.. well ..is not a error, maybe ..but no really hehe..
when i run the page who contains the WebChart.. this page display error, i know the folder CharImages would be in the same directory of the page.. but, anybody of INFRAGISTICS can tell me, which event of the controls,that i use, for catch the exception of the control. and handle with my code ??
:) regards!!
Alfredo Melo H.
Sorry, no such event exists within our controls. The best way to handle all control exceptions is to create a derived control that exposes an event, which fires when an internal exception occurs.
Hi!
thx for your replies, but i really want to know for all controls too... coz in this project we need handle the exceptions ..we need to create a dictionary of errors .. when they occurs, this means, when any control of infragistics and controls of Visual also can fail, but the administrators have need to know what happen and for what.. but i believed that infragistics controls contained an event wich that i can handle this exceptions..
Thx :D..
Regards
Alfredo Melo Hernandez
The only way to catch all exceptions is to create a new control that inherits the chart control. This however, will not catch exceptions thrown by any of the chart control's javascript. Unless you're using session based deployment, ChartImages folder must exist. I'm not sure why you need to check for its existence.
i mean, when the folder ChartImages doesn't exist, how can i catch the exception ??.. cause i can't handle this error when the folder "ChartImages" doesn't exist
The message is like "Object is null", but the folder ChartImage is not found, ..but my question is.. how can i Catch the exceptions in the controls of infragistics.. like an event "OnError" of the control.. for handle the error on my codebehind..
thx in advance.