FCK 编辑器 +更新面板 + ValidateRequest=“假”?

发布于 2024-10-21 00:15:48 字数 534 浏览 2 评论 0原文

当我将 fckEditor 设置为某些值时,例如

fckDescription.Value = "Description Text";

它会产生问题,例如更新面板不为 DropDownList 控件执行异步回发,并在 DropDownList 选择更改时给出错误:

Sys.WebForms.PageRequestManagerServerErrorException:在服务器上处理请求时发生未知错误。从服务器返回的状态代码是:500

但是当我注释这些行时

// fckDescription.Value = "Description Text";

工作正常...我想知道为什么会这样!!?!!< /strong>

另外,fckEditor 位于 UpdatePanel 外部,而 DropDownList Control 位于 UpdatePanel 内部。

When I set fckEditor to Some Value like

fckDescription.Value = "Description Text";

It creates problems such as Update Panel not doing Async PostBack for DropDownList control and gives error when DropDownList selection changes:

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500

But when I Comment out these lines

// fckDescription.Value = "Description Text";

It Works Fine... I am wondering why it is so !!?!!

Also, fckEditor is outside UpdatePanel and DropDownList Control is inside UpdatePanel.

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

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

发布评论

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

评论(1

ㄟ。诗瑗 2024-10-28 00:15:48
Page.ClientScript.RegisterOnSubmitStatement(EditorID.GetType(), "editor", "FCKeditorAPI.GetInstance('" + EditorID.ClientID + "').UpdateLinkedField();");
Page.ClientScript.RegisterOnSubmitStatement(EditorID.GetType(), "editor", "FCKeditorAPI.GetInstance('" + EditorID.ClientID + "').UpdateLinkedField();");
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文