开发者

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

开发者 https://www.devze.com 2023-03-14 23:37 出处:网络
I have used ckeditor in my asp.net webpage. Now the user will insert a textfield and enter some value in it. Then he开发者_如何学JAVA submits the form... now at the server side how can I retrieve the

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

Thanks in advance.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消