首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

Response.Write不能用了解决方案

2011-12-28 
Response.Write不能用了我用了AJAX后,原来对的Response.Write不能用了!错误提示如下:Sys.WebForms.PageReq

Response.Write不能用了
我用了AJAX后,原来对的Response.Write不能用了!
错误提示如下:
Sys.WebForms.PageRequestManagerParserErrorException:The   message   received   from   the   server   count   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   ' <script   language=jav '.
大家帮帮我吧~~~!


[解决办法]
楼主可以使用这一句

ScriptManager.RegisterStartupScript(this, this.GetType(), "alert1 ", "alert( '请选择联系人! '); ", true);

热点排行