asp.net - TinyMCE value not updating -


i have tinymce bound textbox inside updatepanel.
have set value code behind
after loading page in browser update tinymce textbox value
, when submit form, not getting updated value in code behind,
getting old value only.

help

added following javascript in submit buttons onclick:

tinymce.triggersave(); 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -