FCK 编辑器 +更新面板 + ValidateRequest=“假”?
当我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)