Prev: ASP.Net not working with JQuery in separate JS file or in HTML
Next: Where are all the newgroups?????
From: HP on 21 Sep 2010 03:38 Hi, I am having a issue with ajax . If session has gone and after that if i click on a button for post back then it gives me javascript error: Message: Unexpected ajax response was received from the server. This is due to session out. Please help me to handle this error . Thanks In advance. Thanks HP
From: Cubaman on 22 Sep 2010 04:26
On Sep 21, 9:38 am, "HP" <H...(a)text.com> wrote: > Hi, > > I am having a issue with ajax . > If session has gone and after that if i click on a button for post back then > it gives me javascript error: > > Message: Unexpected ajax response was received from the server. > > This is due to session out. > Please help me to handle this error . > > Thanks In advance. > > Thanks > HP Try using fiddler to debug your http responses.. http://www.fiddler2.com/fiddler2/ Post it here if you need further help. Best regards. |