Javascript 错误/在具有RequiredFieldValidators 的页面上找不到WebResource

发布于 2024-12-22 07:12:03 字数 783 浏览 1 评论 0原文

我的一位朋友在他的一个 Web 表单上遇到了问题,他提到每次加载包含RequiredFieldValidators 的页面时,该页面都会抛出以下 Javascript/WebResource 错误:

消息:语法错误
线路:3
角色:1
代码:0
URI:http://localhost/miproyecto/WebResource.axd?CCL=ynu3FmO0gS8j

我想该问题可能与表单身份验证问题有关,因此他允许资源成为允许的文件,如下所示:

http://connect.microsoft.com/VisualStudio/feedback /details/105101/forms-authentication-using-login-control

但是问题仍然存在,

我想知道是否有办法解决这个问题。

问候, CR

编辑:忘了提及,当他在页面上评论RequiredFieldValidators 时,错误就消失了。但我们的想法是保留它们。

A friend on mine is having an issue on one of his webforms, he referrs that everytime he loads one page containing RequiredFieldValidators the page throws the following Javascript/WebResource error:

Mesagge: Syntax error
Líne: 3
Character: 1
Code: 0
URI: http://localhost/miproyecto/WebResource.axd?CCL=ynu3FmO0gS8j

I thought that the issue could be related to a forms authentication problem so He allowed the resource to be a permitted file like this:

http://connect.microsoft.com/VisualStudio/feedback/details/105101/forms-authentication-using-login-control

However the problem persists

I wonder if there is a way to get rid of the issue.

Regards,
CR

Edit:Forgot to mention that when he comments the RequiredFieldValidators on the page, the error is gone. But the idea is to keep them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九命猫 2024-12-29 07:12:03

他有一个链接到该页面的 .js 文件,这导致了错误。一旦发表评论,该页面就可以工作了。

谢谢!

He had a .js file linked to the page and this was causing the error. Once it was commented the page worked.

Thanks!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文