Saturday, March 10, 2012

Use Update Progress before redirecting to another page

There are some troubleshooting tips here:http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx

Server.Transfer typically will cause this problem, but Response.Redirect should be ok (as you found in your test). There is a related post that may help, have a look here:http://forums.asp.net/p/1105985/1692095.aspx

Hope one of these helps you out.

-Damien


Hi Damien,

Thanks your replying. I tested and delete some Response.Write(), checked all things you gived in the website but it still has problemTongue Tied

Do you know the javascript code to do alter the Ajax?

Thanks and best regards,

HUH


Well, I got this.

After reading this article:http://forums.asp.net/t/1105985.aspx . I found that I miss the <httpModules>. I was missing it in the web.config while upgrade my webpage to AJAX . I got this.

Thanks and best regards,

HUH

No comments:

Post a Comment