This is a migrated thread and some comments may be shown as answers.

Microsoft JScript runtime error: Unexpected ajax response was received from the server.

1 Answer 142 Views
Grid
This is a migrated thread and some comments may be shown as answers.
adnan
Top achievements
Rank 1
adnan asked on 06 Aug 2009, 07:49 PM
I get following ERROR
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft JScript runtime error: Unexpected ajax response was received from the server.
This may be caused by one of the following reasons:

 - Server.Transfer.
 - Custom http handler.
- Incorrect loading of an "Ajaxified" user control.

Verify that you don't get a server-side exception or any other undesired behavior, by setting the EnableAJAX property to false.
------------------------------------------------------------------------------------------------------------------------------------------------------------------

I m getting this issue but at only site but not the other. same code i deployed on two different server, at 1 site i get this error but on other 1 i don't. its quite weird for me.

actually my this site has this issue
http://beta.texasdrivingexperience.com/CatalogofProducts/tabid/66/Default.aspx
when you click on Details button

but at this site there is no issue
http://texasdriving.premierwebplatform.com/CatalogofProducts/tabid/66/Default.aspx

code and web.config settings are the same.


but the point, which i m not getting is how could server time out within few seconds :-S

what should i do? if i set Response.RedirectLocation = Request.Url.ToString(); then i think it would redirect to login page rather giving error but actual desired operation won't be performed...





------------------------------------------------------

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Aug 2009, 01:31 PM
Hi Adnan,

In order to avoid the unexpected behavior, please examine the following help article:
Known reasons for error messages

Best wishes,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
adnan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or