无法获取属性“UI”的值:对象为null或未定义 [英] Unable to get value of the property 'UI': object is null or undefined

查看:341
本文介绍了无法获取属性“UI”的值:对象为null或未定义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经从codePlex下载了AJAX并将AJAX dll引用到了项目中,但是当我使用控件时他们并不觉得我错过了什么?



我用过autocomplete extender&calender

I have downloaded AJAX From codePlex and reference the AJAX dll to the project but when I use the control they are not worjing what I have missed?

I used autocomplete extender & calender

推荐答案

试试这个: -

在头标记中添加这个

Try This:-
add this in head tag
<meta http-equiv="X-UA-Compatible" content="IE=8" >





这将启用IE8标准模式



This will enable IE8 Standards mode


我自己解决了这个问题!



我替换了ScriptManager:



I've solved this myself!

I replaced ScriptManager:

<asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown">
</asp:scriptmanager>





使用ToolkitScriptManager:





With ToolkitScriptManager:

<asp:toolkitscriptmanager runat="Server" xmlns:asp="#unknown">
</asp:toolkitscriptmanager>


这篇关于无法获取属性“UI”的值:对象为null或未定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆