Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolTip > Radtooltipmanager response error

Not answered Radtooltipmanager response error

Feed from this thread
  • Saimadhukar avatar

    Posted on Jan 26, 2012 (permalink)

    hello,
    we are using  telerik radscheduler with events in it when ever we hover on event a popup willopen shoeing info about event we used tooltipmanager to do that ,sometimes it is throwing an error
    RadTooptipManger Response error:
    Exception=Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed
    i am not able to know why are we getting this ,we areusing Trailversion of telerik  please respond

    Reply

  • Posted on Jan 27, 2012 (permalink)

    Hello,

    Take a look into this for more details about the error and also go through the following forum thread.
    ToolTip response error

    Thanks,
    Princy.

    Reply

  • Svetlina Anati Svetlina Anati admin's avatar

    Posted on Jan 27, 2012 (permalink)

    Hello Saimadhukar,

     The problem you report is most probably caused by a server error in your code and it is shown as an alert due to the fact that AJAX is used. What I can suggest is to carefully debug the server code and see what causes the problem.

    Note, also that MS AJAX does not allow to use some server methods as e.g Response.Redirect, Response.Write, etc. - you can see what are the methods which are supported in postback scenarios but not in AJAX ones below:

    http://msdn.microsoft.com/en-us/library/bb386454.aspx


    Since RadToolTipManager uses MS AJAX internally, in case you are using some of the above methods in the OnAjaxUpdate event, this is the reason for the issue. Please, check this out and revise your logic if this is the case.

    In case you need further assistance, please prepare and send me a simple, fully runnable reproduction demo along with detailed reproduction steps and I will debug it for you and I will do my best to help.

    All the best,
    Svetlina Anati
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolTip > Radtooltipmanager response error
Related resources for "Radtooltipmanager response error"

ASP.NET ToolTip Features   |  Documentation  |  DemosTelerik TV   |  Self-Paced Trainer  |  Step-by-step Tutorial  ]