views:

363

answers:

0

Hi there!

I would like to know if it is possible to use asynchronous submission with an Ajax Toolkit's HTMLEditor control. I've been looking to the official site samples but I don't see anywhere an example providing a client-side submission using AJAX. All I see is the usual post-back model, consuming the control's Content property value to return it's content.

What I want is a solution to allow client-side submission of the HTMLEditor's content via AJAX, when the user hits a button on the webform. I had it working without HTMLEditor control - I was using a Textbox control instead -, but I want to have the "rich text" features allowed by the HTMLEditor control.

Unfortunately, I can't figure out how to accomplish this using Javascript client-side code, so I'm asking for your help on this.

Thanks in advance for all your attention and help.