Re: 500 Internal Server Error

  •  06-28-2012, 4:33 AM

    Re: 500 Internal Server Error

    Hi Kenneth,
     
    Thanks for your reply. Indeed your code works fine. But if I assign some CKEditor generated content the error will be there, also in your example.
     
    If I change 
     
    CKEditor1.Text = "some content";
     
    with:
     
    CKEditor1.Text = "<p>some content</p>"; 
     
    the error will be there.
    Regards,
     
    Willem 
View Complete Thread