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 ' 
用VS。NET2005做了一个GRIDVIEW显示数据,自定义了一个模版咧,模版列当中有一个LABEL和一个BUTTON,然后在BUTTON事件打开一个子窗口.运 行后刚开始点击BUTTON能正确执行代码弹出子窗口,可过了一段时间大概5分钟左右再点的话就就出现这个错误提示了. .各位高手帮帮忙., 指点下该怎么消除这错误 。页面用了ScriptManager和UpdatePanel ,GridView在UpdatePanel里protected void LinkButton_DocName_Command(object sender, CommandEventArgs e)//查看文献详情 

string docID = e.CommandArgument.ToString(); 
string key = "js"; 
string javascript = "<script>window.open('DocumentDetail.aspx?docID=" + docID + "','_blank','height=300, width=820,toolbar=no,scrollbars=yes, resizable=yes')</script>"; 
ScriptManager.RegisterStartupScript(GridView1, GridView1.GetType(), key, javascript, false); 
}
问题补充:如果一下子说不清楚的话,请留下尊驾的QQ或者MSN,谢谢!