如何在asp.net中获取ckeditor的文本字段中的值

发布于 2024-11-17 03:52:05 字数 106 浏览 3 评论 0原文

我在我的 ASP.NET 网页中使用了 ckeditor。现在用户将插入一个文本字段并在其中输入一些值。然后他提交表单...现在在服务器端如何检索在该文本字段中输入的值?

提前致谢。

I have used ckeditor in my asp.net webpage. Now the user will insert a textfield and enter some value in it. Then he submits the form... now at the server side how can I retrieve the value entered in that textfield ?

Thanks in advance.

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

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

发布评论

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

评论(2

稳稳的幸福 2024-11-24 03:52:05

应该在 CKEditor1.Text 中,具体取决于您的名称。

Should be in CKEditor1.Text depending on what you called it.

淡忘如思 2024-11-24 03:52:05

请尝试提供“TextboxName.Text”以检索提交的值。

Please try to provide 'TextboxName.Text' in order to retrieve the submitted values.

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