Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 444769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:18:13+00:00 2026-05-12T21:18:13+00:00

I was just playing around with ckeditor and can’t get the darn thing to

  • 0

I was just playing around with ckeditor and can’t get the darn thing to work for me. I somehow need to “data bind” the text box just before or at the same time of post back. How do I do that?

Loading the data is fine but when I click update I need to somehow retrieve the new value of the text box. It’s not as easy as to call the client from the server to just get whatever is in there right? I need the client to push the changes back?

In dynamic data there is a method for binding the value of the control back to the entity in the following method:

protected override void ExtractValues(IOrderedDictionary dictionary)
{
    dictionary[Column.Name] = 
        ConvertEditedValue(HttpUtility.HtmlEncode(CKEditor.Text));
}

Now that value is always the same it’s the value I originally bound to my CKEditor control:

protected override void OnDataBinding(EventArgs e)
{
    base.OnDataBinding(e);
    if (FieldValue != null)
    {
        CKEditor.Text = HttpUtility.HtmlDecode(FieldValueEditString);
    }
}

How do I solve this? 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T21:18:13+00:00Added an answer on May 12, 2026 at 9:18 pm

    After postback check the Request.Form object in quick watch window and see if you can get the data of the editor over there. I can guarantee that the editor data could be found in the Request.Form object. Then you can take it out and use it !

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just playing around with some of the APIs in .NET and I can't seem
I'm just playing around with threads to get used to them, so I wanted
I was just playing around with static and inheritance to see what can and
Just playing around with queries and examples to get a better understanding of joins.
Just playing around with Wordpress / Contact Form 7 . Is it possible to
Just playing around with memcache for the first time; here's my code: $memcache =
Was just playing around with nodejs and chrome's console when I tested this: []
I'm just playing around with JavaFX 2 and developing a little application for my
I am just playing around with some java programming and so I wanted a
I was just playing around with the python command line and the ** operator,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.