Problem of Data loading Asynchronously [modified]
-
hi all, Im using ajax timer and Update panel for load some data in my home page Asynchronously, and its time to time it should be change, but there is a problem of ajax says Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could 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 ' but im not use any Response.Write() in my code, Then i used to create a own javascript function using XMLHttpRequest (same as Ajax) and i execute the separate page and return the string function, but i want to set there my all asp server controls (such as label , link button etc..) and bring into result page,how can i do that.Pls help me to do that. Thanks
modified on Sunday, July 12, 2009 8:55 AM
-
hi all, Im using ajax timer and Update panel for load some data in my home page Asynchronously, and its time to time it should be change, but there is a problem of ajax says Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could 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 ' but im not use any Response.Write() in my code, Then i used to create a own javascript function using XMLHttpRequest (same as Ajax) and i execute the separate page and return the string function, but i want to set there my all asp server controls (such as label , link button etc..) and bring into result page,how can i do that.Pls help me to do that. Thanks
modified on Sunday, July 12, 2009 8:55 AM
The problem is some thing different, Please Read this
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article