跟小D每日学口语

the message received from the server could not be parsed

     在updatepanle里面包含了一个gridview,经常不时的出现这个错误the message received from the server could not be parsed!查了晚上的资料发现了原因。updatepanle里的是异步的,而我在里面加了一个linkbutton,并且单击时,里面写了response.redirect();这样会postback。。因而引发异常! 于是把response.redirect 改用脚本弹出窗口,就没问题了!

Code
引用页面:http://www.dalun.com/blogs/08.13.2007.htm

posted on 2009-03-11 00:57  achao  阅读(1966)  评论(1)    收藏  举报

导航