SetTextToXHTML deprecated in 6.0

  •  06-06-2007, 8:44 PM

    SetTextToXHTML deprecated in 6.0

    My previous code was:
     
          Editor1.Text = GetContent();

         Editor1.SetTextToXHTML();


    I upgraded to 6.0 and now the SetTextToXHTML won't compile.  I don't see a similar method.  I want to insure that everything is xhtml both in and out.

    Thanks,
    Pete

View Complete Thread