HotTester
HotTester

Reputation: 5768

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

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.

Upvotes: 0

Views: 2111

Answers (2)

Sanjukta Mukherjee
Sanjukta Mukherjee

Reputation: 424

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

Upvotes: 0

user159335
user159335

Reputation:

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

Upvotes: 1

Related Questions