标签: c# .net asp.net ckeditor
我在asp.net网页上使用过ckeditor。现在,用户将插入一个文本字段并在其中输入一些值。然后他提交表单...现在在服务器端如何检索在该文本字段中输入的值?
提前致谢。
答案 0 :(得分:1)
应该在CKEditor1.Text中,具体取决于你所谓的。
答案 1 :(得分:0)
请尝试提供'TextboxName.Text'以检索提交的值。