This is a migrated thread and some comments may be shown as answers.

Rad Editor edit at runtime

1 Answer 81 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
vikas
Top achievements
Rank 1
vikas asked on 21 Sep 2009, 08:45 AM
Hi

I need to edit radeditor control at runtime in edit form?

I am binding radeditor as

radeditor.content = Session["html"].tostring();
Session["html"] has the page content and images.

Now I need to add few text in radeditor body and send a mail.

How it is poassibel?

Please suggest me.

Thanks
Vikas

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 23 Sep 2009, 03:09 PM
It would seem as if you would have to do some string manipulation since it would seem that you cannot really edit the content of the RadEditor programmatically aside from getting/setting the content. You could look into saving it to a file and then manipulating the content there before you set it equal to the content.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
vikas
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or