How to store richtextbox data inside the iframe .
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
abdul rahumanPosted Nov 24, 2014, 8:48 AM
Hi, Thanks for your Reply,But Richtextbox data i want to store in database already i created column how can i store that richtext data into that column
Sekhar BabuPosted Nov 24, 2014, 8:39 AM
srcdoc accept the html content as source where src accepts url .
$("#youriframe").attr("srcdoc","your richtextbox data");