Microsoft JScript运行时错误:无法获取属性“length”的值:object为null或undefined [英] Microsoft JScript runtime error: Unable to get value of the property 'length': object is null or undefined

查看:265
本文介绍了Microsoft JScript运行时错误:无法获取属性“length”的值:object为null或undefined的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我已按照以下方式对所需的档案使用ajax错误控制 -



Hi All,

I have use ajax error control for required filed in following way -

<asp:UpdatePanel ID="dateUpdatePanel" runat="server">
                             <ContentTemplate>
                               <asp:TextBox ID="txtCreatedDate" runat="server" CssClass="txt" ></asp:TextBox>
                            </ContentTemplate>
                               </asp:UpdatePanel>
                           <asp:RequiredFieldValidator ID="rfvCreatedDate" runat="server" ErrorMessage="Required field"

                               Display="None" ControlToValidate="txtCreatedDate" />
                           <AjaxTK:ValidatorCalloutExtender ID="vceCreatedDate" TargetControlID="rfvCreatedDate"

                               runat="server" />





但是当我点击jqurey日历控件时它会给出以下错误



Microsoft JScript运行时错误:无法获取属性的值'' length'':对象为null或未定义



i有google搜索并获得了许多解决方案,但它不起作用,仍然会出现同样的错误。



but when i am click on jqurey calendar control its give following error

Microsoft JScript runtime error: Unable to get value of the property ''length'': object is null or undefined

i have googled and got many solution but its not working, still its give same error.

推荐答案

相同错误: - Microsoft JScript运行时错误:无法获取属性''click''的值:object为null或undefined
Same Error : - Microsoft JScript runtime error: Unable to get value of the property ''click'': object is null or undefined


这篇关于Microsoft JScript运行时错误:无法获取属性“length”的值:object为null或undefined的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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