本文介绍了“ClientScript”这个名称在当前上下文中不存在...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好朋友,
im尝试通过在我的.ascx.cs文件中编写以下代码来实现jquery。但是它给了我一个错误,比如'the name'bemberscript '在当前上下文中不存在。
i也在母版页的scriptmanager标签中编写脚本。
hello friends,
i m trying to implement jquery by writing following code in my .ascx.cs file.but it is giving me error like 'the name 'clientscript' does not exist in current context.
i also written script in scriptmanager tag in master page.
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="~/jquery/jquery-1.2.3.min.js" />
<asp:ScriptReference Path="~/jquery/jqModal.js" />
<asp:ScriptReference Path="~/jquery/coloranim.js" /> `
</Scripts>
</asp:ScriptManager>
如何解决这个错误?或者导致此错误的可能性是什么?
提前致谢。
How to solve this eror? or what are possibilities that cause this error??
Thanks in advance.
推荐答案
Page.ClientScript
并检查它是否有效。
这篇关于“ClientScript”这个名称在当前上下文中不存在...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!