How to get the value in textfield of ckeditor in asp.net

做~自己de王妃 提交于 2019-12-12 04:38:52

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/6467647/how-to-get-the-value-in-textfield-of-ckeditor-in-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!