I am getting following error when I transfer from one page to another.
"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."
Pleae see the detailed explanation below:
I have say two pages, a.aspx and b.aspx. b.aspx has Radcontrols combo boxes. I am refreshing some rad combo boxes and other .Net controls on change of a drop-down value through Ajax (without page refresh). when I go from a.aspx to b.aspx and change some value on b.aspx, I am getting above error.