Hi, all! I'm doing to develop own RichTextBox server control based on TinyMCE. I implemented OnTextChanged event using IPostBackDataHandler. It works. And i can handle this event on the server side. But when this control place in UpdatePanel, i have problem. After text change the full from post to the...