`
suizhikuo
  • 浏览: 27282 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

asp.net WebForm_PostBackOptions 未定义

阅读更多
webform_postbackoptions is undefined
在本地用visual studio 2005开发一切都很正常,
传到服务器就会有问题,客户端代码会执行,但验证不成功,还会在事件产生之后提示 " Microsoft JScript runtime error: 'WebForm_PostBackOptions' is undefined ",服务器端代码也可以执行

经在本地测试是因为删除了扩展名:.axd 与 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll的映射造成的问题。
如果页面中没有表单验证控件,LinkButton运行后在IE中是调用 __doPostBack(...),如果页面中存在表单验证控件,LinkButton在IE中是调用 WebForm_DoPostBackWithOptions(...),这时如果没有.axd映射会出现问题,在IE中"查看源文件"找到如下:

<script src="/.../WebResource.axd?..." type="text/javascript"></script>

试着将src中的路径在IE中打开,没有映射该路径是无法被打开。



后来查了很多资料,只要在服务器多加一个.axd映射就解决了
1.将.axd映射加上。但“检查文件是否存在”不能选择。


2.如果服务器提供商不愿意修改服务器配置,就只好在需要使用LinkButton等Button控件的页面中不使用验证控件,自己写JS进行验证。 或者将LinkButton的CausesValidation设为"False",无法使用asp.net ajax,也会出现脚本错误。

<br/>
广告来啦:
<A href="http://www.taobao.com/go/chn/tbk_channel/lady.php?pid=mm_30371926_2705730_9765209&amp;eventid=101345" target=_blank>女装频道</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/celebrate.php?pid=mm_30371926_2705730_9709711&amp;eventid=102225" target=_blank>天天疯狂购</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/jkwt.php?pid=mm_30371926_2705730_9765209&eventid=102405" target=_blank>聚划算精选频道</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/celebrate.php?pid=mm_30371926_2705730_9765209&eventid=102225" target=_blank>天天疯狂购</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/miaoshakill.php?pid=mm_30371926_2705730_9765209&eventid=101985" target=_blank>秒杀满立减</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/huangguan.php?pid=mm_30371926_2705730_9765209&eventid=101858" target=_blank>淘宝皇冠店铺精选</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/lady.php?pid=mm_30371926_2705730_9765209&eventid=101345" target=_blank>女装风向标</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/jewelry.php?pid=mm_30371926_2705730_9765209&eventid=101331" target=_blank>鞋包配饰风向标</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/jewelry.php?pid=mm_30371926_2705730_9765209&eventid=101331" target=_blank>服饰箱包</A>
<A href="http://www.taobao.com/go/chn/tbk_channel/celebrate.php?pid=mm_30371926_2705730_9709711&eventid=102225" target=_blank>天天疯狂购</A>


<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="950px" width="100%" src="http://www.taobao.com/go/chn/tbk_channel/miaoshakill.php?pid=mm_30371926_2705730_9765209&eventid=101985" ></iframe>
<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="6959px" width="100%" src="http://www.taobao.com/go/chn/tbk_channel/celebrate.php?pid=mm_30371926_2705730_9709711&eventid=102225" ></iframe>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics