如何在asp.net中获取ckeditor的文本字段中的值
我在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该在 CKEditor1.Text 中,具体取决于您的名称。
Should be in CKEditor1.Text depending on what you called it.
请尝试提供“TextboxName.Text”以检索提交的值。
Please try to provide 'TextboxName.Text' in order to retrieve the submitted values.