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

The page is performing an async postback but the ScriptManager.SupportsPartialRe

2013-12-13 
The page is performing an async postback but the ScriptManager.SupportsPartialRe有个asp.net自带的me

The page is performing an async postback but the ScriptManager.SupportsPartialRe
有个asp.net自带的menu控件,点击频繁后就报错The page is performing an async postback but the ScriptManager.SupportsPartialRendering property is set to false. Ensure that the property is set to true during an async postback. 
[解决办法]
是不是用了updatepanel了.把menu包裹起来了。

热点排行