I have inserted fckeditor in an aspx page.
I can get the data to post to another aspx page...My problem: Instead of "Here is my content", It posts <p>Here is my content</p>.
Aspx pages are in c#, I have registered the fckeditor assembly...the editor works fine.
Do I need to have an html encode directive on the source page code behind, and an html decode directive on the destination page code behind? Is there an easier way to do this?
Sat, 07/31/2010 - 23:23
#1