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 改用脚本弹出窗口,就没问题了!
