Hi,
i used this codes and editor worked. But i got error message when post model.
i think [ValidateInput(false)] is not working.
i got error this row.
if (this.Request.HttpMethod == "POST")
{
string formdata = this.Request.Form[editor.Name];
if (formdata != null)
editor.LoadFormData(formdata);
}
Can you write post example ?
Thanks.