Hi,
First, I´m from Brazil and I don´t know to write English very well, but try show my problem.
I have an application ASP NET AJAX 1.0 with 2 pages in diferent folders, how show the schemma:
PageWithUpdatePanel contains a UpdatePanel with a Button Control named Button1.
When Home calls PageWithUpdatePanel with Server.Transfer, an error happens in browser when Button1 is pressed in a second time. Any Control causes the exception.
Details from exception message:
Sys.WebForms.PageRequestManagerErrorException: unknown error ocurred while processing the request on the server. The status code returned from the server was: 404
Another message happens with DropDownList:
Sys.WebForms.PageRequestManagerErrorException: The message received from the server cound not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near '<html xmlns="htt'.
I read that "ScriptManager1.RegisterPostBackControl(Button1)" resolves the problem. But is the same that don´t uses Ajax. That result isn´t satisfactory.
With ATLAS the error don´t happens.