Re: HTML Conversion/Cleaning/Corruption

  •  04-03-2014, 9:29 AM

    Re: HTML Conversion/Cleaning/Corruption

    Hi rhonsberger,

     

    Try load your html file directly for the editor, it should work.

     

      protected override void OnLoad(EventArgs e)

             {

                 Editor1.LoadHtml("~/actual.htm");

                 base.OnLoad(e);

             } 

     

    Regards,

     

    ken 

View Complete Thread